-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
115 changed files
with
4,431 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
78 changes: 78 additions & 0 deletions
78
namelists/CMIP6_NorESM2-LM/esm-ssp534-over/cmor_NSSP245frc2esm_1901_f19_tn14_20230427.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
#!/bin/bash | ||
|
||
CMOR_ROOT=$(cd $(dirname $0) && cd ../../.. && pwd) | ||
source ${CMOR_ROOT}/workflow/cmorRun1memb.sh | ||
|
||
# initialize | ||
login0=false | ||
|
||
# set active | ||
login0=true | ||
|
||
# initialize | ||
version=v20230616 | ||
expid=esm-ssp534-over | ||
model=NorESM2-LM | ||
|
||
# --- Use input arguments if exits | ||
if [ $# -ge 1 ] | ||
then | ||
while test $# -gt 0; do | ||
case "$1" in | ||
-m=*) | ||
model=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
-e=*) | ||
expid=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
-v=*) | ||
version=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
* ) | ||
echo "ERROR: option $1 not allowed." | ||
echo "*** EXITING THE SCRIPT" | ||
exit 1 | ||
;; | ||
esac | ||
done | ||
fi | ||
# --- | ||
|
||
echo "--------------------" | ||
echo "EXPID: $expid " | ||
echo "--------------------" | ||
|
||
echo " " | ||
echo "START CMOR... " | ||
echo "$(date) " | ||
echo " " | ||
|
||
if $login0 | ||
then | ||
#---------------- | ||
# part 1 | ||
#---------------- | ||
CaseName=NSSP245frc2esm_1901_f19_tn14_20230427 | ||
real=3 | ||
physics=1 | ||
forcing=1 | ||
init=1 | ||
years1=(2015 $(seq 2020 10 2090) 2100) | ||
years2=(2019 $(seq 2029 10 2099) 2100) | ||
|
||
runcmor -c=$CaseName -m=$model -e=$expid -v=$version -r=$real -p=$physics -f=$forcing -i=$init -yrs1="${years1[*]}" -yrs2="${years2[*]}" -mpi=DMPI | ||
#--- | ||
fi | ||
#--- | ||
|
||
wait | ||
echo " " | ||
echo "CMOR DONE" | ||
echo "$(date) " | ||
echo "~~~~~~~~~" | ||
|
||
# PrePARE QC check, create links and update sha256sum | ||
#${CMOR_ROOT}/workflow/cmorPost.sh -m=${model} -e=${expid} -v=${version} --verbose=false |
78 changes: 78 additions & 0 deletions
78
namelists/CMIP6_NorESM2-LM/esm-ssp534-over/cmor_NSSP245frc2esm_1951_f19_tn14_20230505.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
#!/bin/bash | ||
|
||
CMOR_ROOT=$(cd $(dirname $0) && cd ../../.. && pwd) | ||
source ${CMOR_ROOT}/workflow/cmorRun1memb.sh | ||
|
||
# initialize | ||
login0=false | ||
|
||
# set active | ||
login0=true | ||
|
||
# initialize | ||
version=v20230616 | ||
expid=esm-ssp534-over | ||
model=NorESM2-LM | ||
|
||
# --- Use input arguments if exits | ||
if [ $# -ge 1 ] | ||
then | ||
while test $# -gt 0; do | ||
case "$1" in | ||
-m=*) | ||
model=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
-e=*) | ||
expid=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
-v=*) | ||
version=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
* ) | ||
echo "ERROR: option $1 not allowed." | ||
echo "*** EXITING THE SCRIPT" | ||
exit 1 | ||
;; | ||
esac | ||
done | ||
fi | ||
# --- | ||
|
||
echo "--------------------" | ||
echo "EXPID: $expid " | ||
echo "--------------------" | ||
|
||
echo " " | ||
echo "START CMOR... " | ||
echo "$(date) " | ||
echo " " | ||
|
||
if $login0 | ||
then | ||
#---------------- | ||
# part 1 | ||
#---------------- | ||
CaseName=NSSP245frc2esm_1951_f19_tn14_20230505 | ||
real=3 | ||
physics=1 | ||
forcing=1 | ||
init=1 | ||
years1=(2015 $(seq 2020 10 2090) 2100) | ||
years2=(2019 $(seq 2029 10 2099) 2100) | ||
|
||
runcmor -c=$CaseName -m=$model -e=$expid -v=$version -r=$real -p=$physics -f=$forcing -i=$init -yrs1="${years1[*]}" -yrs2="${years2[*]}" -mpi=DMPI | ||
#--- | ||
fi | ||
#--- | ||
|
||
wait | ||
echo " " | ||
echo "CMOR DONE" | ||
echo "$(date) " | ||
echo "~~~~~~~~~" | ||
|
||
# PrePARE QC check, create links and update sha256sum | ||
#${CMOR_ROOT}/workflow/cmorPost.sh -m=${model} -e=${expid} -v=${version} --verbose=false |
78 changes: 78 additions & 0 deletions
78
namelists/CMIP6_NorESM2-LM/esm-ssp534-over/cmor_NSSP534frc2esm_1901_f19_tn14_20230315.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
#!/bin/bash | ||
|
||
CMOR_ROOT=$(cd $(dirname $0) && cd ../../.. && pwd) | ||
source ${CMOR_ROOT}/workflow/cmorRun1memb.sh | ||
|
||
# initialize | ||
login0=false | ||
|
||
# set active | ||
login0=true | ||
|
||
# initialize | ||
version=v20230616 | ||
expid=esm-ssp534-over | ||
model=NorESM2-LM | ||
|
||
# --- Use input arguments if exits | ||
if [ $# -ge 1 ] | ||
then | ||
while test $# -gt 0; do | ||
case "$1" in | ||
-m=*) | ||
model=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
-e=*) | ||
expid=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
-v=*) | ||
version=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
* ) | ||
echo "ERROR: option $1 not allowed." | ||
echo "*** EXITING THE SCRIPT" | ||
exit 1 | ||
;; | ||
esac | ||
done | ||
fi | ||
# --- | ||
|
||
echo "--------------------" | ||
echo "EXPID: $expid " | ||
echo "--------------------" | ||
|
||
echo " " | ||
echo "START CMOR... " | ||
echo "$(date) " | ||
echo " " | ||
|
||
if $login0 | ||
then | ||
#---------------- | ||
# part 1 | ||
#---------------- | ||
CaseName=NSSP534frc2esm_1901_f19_tn14_20230315 | ||
real=2 | ||
physics=1 | ||
forcing=1 | ||
init=1 | ||
years1=(2015 $(seq 2020 10 2090) 2100) | ||
years2=(2019 $(seq 2029 10 2099) 2100) | ||
|
||
runcmor -c=$CaseName -m=$model -e=$expid -v=$version -r=$real -p=$physics -f=$forcing -i=$init -yrs1="${years1[*]}" -yrs2="${years2[*]}" -mpi=DMPI | ||
#--- | ||
fi | ||
#--- | ||
|
||
wait | ||
echo " " | ||
echo "CMOR DONE" | ||
echo "$(date) " | ||
echo "~~~~~~~~~" | ||
|
||
# PrePARE QC check, create links and update sha256sum | ||
#${CMOR_ROOT}/workflow/cmorPost.sh -m=${model} -e=${expid} -v=${version} --verbose=false |
78 changes: 78 additions & 0 deletions
78
namelists/CMIP6_NorESM2-LM/esm-ssp534-over/cmor_NSSP534frc2esm_1951_f19_tn14_20230315.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
#!/bin/bash | ||
|
||
CMOR_ROOT=$(cd $(dirname $0) && cd ../../.. && pwd) | ||
source ${CMOR_ROOT}/workflow/cmorRun1memb.sh | ||
|
||
# initialize | ||
login0=false | ||
|
||
# set active | ||
login0=true | ||
|
||
# initialize | ||
version=v20230616 | ||
expid=esm-ssp534-over | ||
model=NorESM2-LM | ||
|
||
# --- Use input arguments if exits | ||
if [ $# -ge 1 ] | ||
then | ||
while test $# -gt 0; do | ||
case "$1" in | ||
-m=*) | ||
model=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
-e=*) | ||
expid=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
-v=*) | ||
version=$(echo $1|sed -e 's/^[^=]*=//g') | ||
shift | ||
;; | ||
* ) | ||
echo "ERROR: option $1 not allowed." | ||
echo "*** EXITING THE SCRIPT" | ||
exit 1 | ||
;; | ||
esac | ||
done | ||
fi | ||
# --- | ||
|
||
echo "--------------------" | ||
echo "EXPID: $expid " | ||
echo "--------------------" | ||
|
||
echo " " | ||
echo "START CMOR... " | ||
echo "$(date) " | ||
echo " " | ||
|
||
if $login0 | ||
then | ||
#---------------- | ||
# part 1 | ||
#---------------- | ||
CaseName=NSSP534frc2esm_1951_f19_tn14_20230315 | ||
real=3 | ||
physics=1 | ||
forcing=1 | ||
init=1 | ||
years1=(2015 $(seq 2020 10 2090) 2100) | ||
years2=(2019 $(seq 2029 10 2099) 2100) | ||
|
||
runcmor -c=$CaseName -m=$model -e=$expid -v=$version -r=$real -p=$physics -f=$forcing -i=$init -yrs1="${years1[*]}" -yrs2="${years2[*]}" -mpi=DMPI | ||
#--- | ||
fi | ||
#--- | ||
|
||
wait | ||
echo " " | ||
echo "CMOR DONE" | ||
echo "$(date) " | ||
echo "~~~~~~~~~" | ||
|
||
# PrePARE QC check, create links and update sha256sum | ||
#${CMOR_ROOT}/workflow/cmorPost.sh -m=${model} -e=${expid} -v=${version} --verbose=false |
Oops, something went wrong.