Skip to content

Commit

Permalink
cmorized high-frequency output of NorESM-MM ssp126 ssp370
Browse files Browse the repository at this point in the history
  • Loading branch information
YanchunHe committed Feb 9, 2022
1 parent 2b3d2e9 commit 67a2b63
Show file tree
Hide file tree
Showing 30 changed files with 1,071 additions and 120 deletions.
22 changes: 20 additions & 2 deletions namelists/CMIP6_NorESM2-MM/ssp126/cmor.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##!/bin/bash
#!/bin/bash

CMOR_ROOT=$(cd $(dirname $0) && cd ../../.. && pwd)
source ${CMOR_ROOT}/workflow/cmorRun1memb.sh
Expand All @@ -11,7 +11,7 @@ login3=false

# set active
login0=true
#login1=true
login1=true
#login2=true
#login3=true

Expand Down Expand Up @@ -74,6 +74,24 @@ runcmor -c=$CaseName -m=$model -e=$expid -v=$version -r=$real -yrs1="${years1[*]
fi
#---

if $login1
then
#----------------
# additional high-frequency output for flexipart
#----------------
CaseName=NSSP126frc2_f09_tn14_20210825
real=1
physics=1
forcing=1
init=1
years1=(2015 $(seq 2021 10 2091))
years2=(2020 $(seq 2030 10 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"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
&experiment
casename = 'NSSP126frc2_f09_tn14_20191105',
osubdir = 'NorESM2-MM/ssp126/vyyyymmdd'
osubdir = 'NorESM2-MM/ssp126/vyyyymmdd',
experiment_id = 'ssp126',
parent_experiment_id = 'historical',
parent_experiment_rip = 'r1i1p1',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
&experiment
casename = 'NSSP126frc2_f09_tn14_20210825',
osubdir = 'NorESM2-MM/ssp126/vyyyymmdd',
experiment_id = 'ssp126',
parent_experiment_id = 'historical',
parent_experiment_rip = 'r1i1p1',
parent_time_units = 'days since 1850-01-01',
branch_method = 'Hybrid-restart from year 2015-01-01 of historical',
history = ' ',
comment = ' ',
forcing = 'N/A',
realization = 1,
initialization_method = 1,
physics_version = 1,
forcing_index = 1,
branch_time = 0.,
year1 = 2015,
yearn = 2100,
month1 = 1,
monthn = 12,
exprefyear = 1,
activity_id = 'ScenarioMIP',
parent_activity_id = 'CMIP',
parent_variant_label = 'r1i1p1f1',
parent_mip_era = 'CMIP6',
mip_era = 'CMIP6',
sub_experiment = 'none',
parent_sub_experiment = 'none'
branch_time_in_child = 0.0D0,
branch_time_in_parent = 60225.0D0,
tracking_prefix = 'hdl:21.14100',
newcolumnorder = .true.,
scanallfiles = .false.,
source_type = 'AOGCM AER BGC'
/
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
&experiment
casename = 'NSSP126frc2_f09_tn14_20210825',
osubdir = 'NorESM2-MM/ssp126/v20210908',
experiment_id = 'ssp126',
parent_experiment_id = 'historical',
parent_experiment_rip = 'r1i1p1',
parent_time_units = 'days since 1850-01-01',
branch_method = 'Hybrid-restart from year 2015-01-01 of historical',
history = ' ',
comment = ' ',
forcing = 'N/A',
realization = 1,
initialization_method = 1,
physics_version = 1,
forcing_index = 1,
branch_time = 0.,
year1 = 2015,
yearn = 2020,
month1 = 1,
monthn = 12,
exprefyear = 1,
activity_id = 'ScenarioMIP',
parent_activity_id = 'CMIP',
parent_variant_label = 'r1i1p1f1',
parent_mip_era = 'CMIP6',
mip_era = 'CMIP6',
sub_experiment = 'none',
parent_sub_experiment = 'none'
branch_time_in_child = 0.0D0,
branch_time_in_parent = 60225.0D0,
tracking_prefix = 'hdl:21.14100',
newcolumnorder = .true.,
scanallfiles = .false.,
source_type = 'AOGCM AER BGC'
/
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
&experiment
casename = 'NSSP126frc2_f09_tn14_20210825',
osubdir = 'NorESM2-MM/ssp126/v20210908',
experiment_id = 'ssp126',
parent_experiment_id = 'historical',
parent_experiment_rip = 'r1i1p1',
parent_time_units = 'days since 1850-01-01',
branch_method = 'Hybrid-restart from year 2015-01-01 of historical',
history = ' ',
comment = ' ',
forcing = 'N/A',
realization = 1,
initialization_method = 1,
physics_version = 1,
forcing_index = 1,
branch_time = 0.,
year1 = 2021,
yearn = 2030,
month1 = 1,
monthn = 12,
exprefyear = 1,
activity_id = 'ScenarioMIP',
parent_activity_id = 'CMIP',
parent_variant_label = 'r1i1p1f1',
parent_mip_era = 'CMIP6',
mip_era = 'CMIP6',
sub_experiment = 'none',
parent_sub_experiment = 'none'
branch_time_in_child = 0.0D0,
branch_time_in_parent = 60225.0D0,
tracking_prefix = 'hdl:21.14100',
newcolumnorder = .true.,
scanallfiles = .false.,
source_type = 'AOGCM AER BGC'
/
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
&experiment
casename = 'NSSP126frc2_f09_tn14_20210825',
osubdir = 'NorESM2-MM/ssp126/v20210908',
experiment_id = 'ssp126',
parent_experiment_id = 'historical',
parent_experiment_rip = 'r1i1p1',
parent_time_units = 'days since 1850-01-01',
branch_method = 'Hybrid-restart from year 2015-01-01 of historical',
history = ' ',
comment = ' ',
forcing = 'N/A',
realization = 1,
initialization_method = 1,
physics_version = 1,
forcing_index = 1,
branch_time = 0.,
year1 = 2031,
yearn = 2040,
month1 = 1,
monthn = 12,
exprefyear = 1,
activity_id = 'ScenarioMIP',
parent_activity_id = 'CMIP',
parent_variant_label = 'r1i1p1f1',
parent_mip_era = 'CMIP6',
mip_era = 'CMIP6',
sub_experiment = 'none',
parent_sub_experiment = 'none'
branch_time_in_child = 0.0D0,
branch_time_in_parent = 60225.0D0,
tracking_prefix = 'hdl:21.14100',
newcolumnorder = .true.,
scanallfiles = .false.,
source_type = 'AOGCM AER BGC'
/
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
&experiment
casename = 'NSSP126frc2_f09_tn14_20210825',
osubdir = 'NorESM2-MM/ssp126/v20210908',
experiment_id = 'ssp126',
parent_experiment_id = 'historical',
parent_experiment_rip = 'r1i1p1',
parent_time_units = 'days since 1850-01-01',
branch_method = 'Hybrid-restart from year 2015-01-01 of historical',
history = ' ',
comment = ' ',
forcing = 'N/A',
realization = 1,
initialization_method = 1,
physics_version = 1,
forcing_index = 1,
branch_time = 0.,
year1 = 2041,
yearn = 2050,
month1 = 1,
monthn = 12,
exprefyear = 1,
activity_id = 'ScenarioMIP',
parent_activity_id = 'CMIP',
parent_variant_label = 'r1i1p1f1',
parent_mip_era = 'CMIP6',
mip_era = 'CMIP6',
sub_experiment = 'none',
parent_sub_experiment = 'none'
branch_time_in_child = 0.0D0,
branch_time_in_parent = 60225.0D0,
tracking_prefix = 'hdl:21.14100',
newcolumnorder = .true.,
scanallfiles = .false.,
source_type = 'AOGCM AER BGC'
/
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
&experiment
casename = 'NSSP126frc2_f09_tn14_20210825',
osubdir = 'NorESM2-MM/ssp126/v20210908',
experiment_id = 'ssp126',
parent_experiment_id = 'historical',
parent_experiment_rip = 'r1i1p1',
parent_time_units = 'days since 1850-01-01',
branch_method = 'Hybrid-restart from year 2015-01-01 of historical',
history = ' ',
comment = ' ',
forcing = 'N/A',
realization = 1,
initialization_method = 1,
physics_version = 1,
forcing_index = 1,
branch_time = 0.,
year1 = 2051,
yearn = 2060,
month1 = 1,
monthn = 12,
exprefyear = 1,
activity_id = 'ScenarioMIP',
parent_activity_id = 'CMIP',
parent_variant_label = 'r1i1p1f1',
parent_mip_era = 'CMIP6',
mip_era = 'CMIP6',
sub_experiment = 'none',
parent_sub_experiment = 'none'
branch_time_in_child = 0.0D0,
branch_time_in_parent = 60225.0D0,
tracking_prefix = 'hdl:21.14100',
newcolumnorder = .true.,
scanallfiles = .false.,
source_type = 'AOGCM AER BGC'
/
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
&experiment
casename = 'NSSP126frc2_f09_tn14_20210825',
osubdir = 'NorESM2-MM/ssp126/v20210908',
experiment_id = 'ssp126',
parent_experiment_id = 'historical',
parent_experiment_rip = 'r1i1p1',
parent_time_units = 'days since 1850-01-01',
branch_method = 'Hybrid-restart from year 2015-01-01 of historical',
history = ' ',
comment = ' ',
forcing = 'N/A',
realization = 1,
initialization_method = 1,
physics_version = 1,
forcing_index = 1,
branch_time = 0.,
year1 = 2061,
yearn = 2070,
month1 = 1,
monthn = 12,
exprefyear = 1,
activity_id = 'ScenarioMIP',
parent_activity_id = 'CMIP',
parent_variant_label = 'r1i1p1f1',
parent_mip_era = 'CMIP6',
mip_era = 'CMIP6',
sub_experiment = 'none',
parent_sub_experiment = 'none'
branch_time_in_child = 0.0D0,
branch_time_in_parent = 60225.0D0,
tracking_prefix = 'hdl:21.14100',
newcolumnorder = .true.,
scanallfiles = .false.,
source_type = 'AOGCM AER BGC'
/
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
&experiment
casename = 'NSSP126frc2_f09_tn14_20210825',
osubdir = 'NorESM2-MM/ssp126/v20210908',
experiment_id = 'ssp126',
parent_experiment_id = 'historical',
parent_experiment_rip = 'r1i1p1',
parent_time_units = 'days since 1850-01-01',
branch_method = 'Hybrid-restart from year 2015-01-01 of historical',
history = ' ',
comment = ' ',
forcing = 'N/A',
realization = 1,
initialization_method = 1,
physics_version = 1,
forcing_index = 1,
branch_time = 0.,
year1 = 2071,
yearn = 2080,
month1 = 1,
monthn = 12,
exprefyear = 1,
activity_id = 'ScenarioMIP',
parent_activity_id = 'CMIP',
parent_variant_label = 'r1i1p1f1',
parent_mip_era = 'CMIP6',
mip_era = 'CMIP6',
sub_experiment = 'none',
parent_sub_experiment = 'none'
branch_time_in_child = 0.0D0,
branch_time_in_parent = 60225.0D0,
tracking_prefix = 'hdl:21.14100',
newcolumnorder = .true.,
scanallfiles = .false.,
source_type = 'AOGCM AER BGC'
/
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
&experiment
casename = 'NSSP126frc2_f09_tn14_20210825',
osubdir = 'NorESM2-MM/ssp126/v20210908',
experiment_id = 'ssp126',
parent_experiment_id = 'historical',
parent_experiment_rip = 'r1i1p1',
parent_time_units = 'days since 1850-01-01',
branch_method = 'Hybrid-restart from year 2015-01-01 of historical',
history = ' ',
comment = ' ',
forcing = 'N/A',
realization = 1,
initialization_method = 1,
physics_version = 1,
forcing_index = 1,
branch_time = 0.,
year1 = 2081,
yearn = 2090,
month1 = 1,
monthn = 12,
exprefyear = 1,
activity_id = 'ScenarioMIP',
parent_activity_id = 'CMIP',
parent_variant_label = 'r1i1p1f1',
parent_mip_era = 'CMIP6',
mip_era = 'CMIP6',
sub_experiment = 'none',
parent_sub_experiment = 'none'
branch_time_in_child = 0.0D0,
branch_time_in_parent = 60225.0D0,
tracking_prefix = 'hdl:21.14100',
newcolumnorder = .true.,
scanallfiles = .false.,
source_type = 'AOGCM AER BGC'
/
Loading

0 comments on commit 67a2b63

Please sign in to comment.