Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor changes to baseline and benchmark test cases #3

Merged
merged 2 commits into from
Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions compsets/all.input
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ run cpld_fv3_384_mom6_cice_2d_atm_flux @ fv3, coupledapp, warm384
#These can be run separately from the baseline test cases
#above by commenting those 4 tests out. The user must then
#first run the benchmark cold start alone. The location of
#cold start mediator files is then used to run the warm start
#cold start mediator files is then used to run the warm start.
#The full path to the cold start mediator files is specified as
#MED_restart_data in benchmark_warm.input.

#load 'benchmark_cold.input'
#load 'benchmark_warm.input'
Expand All @@ -27,7 +29,9 @@ run cpld_fv3_384_mom6_cice_2d_atm_flux @ fv3, coupledapp, warm384
#These can be run separately from the baseline test cases
#above by commenting those 4 tests out. The user must then
#first run the 4 cold starts alone. The location of
#cold start mediator files are then used to run the warm starts
#cold start mediator files is then used to run the warm starts. The
#full path to the cold start mediator files is specified as ROOTDIR
#in the datesuite_warm.input.

#load 'datesuite_cold.input'
#run cpld_fv3_384_mom6_cice_cold_2012010100 @ benchmark, coldBM2
Expand Down
2 changes: 1 addition & 1 deletion compsets/benchmark_cold.input
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test cpld_fv3_384_mom6_cice_cold_bmark: fv3_mom6_cice.exe {
FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb',"
FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb',"
FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb',"
FNSMCC="'global_soilmgldas.t766.1536.768.grb',"
FNSMCC="'global_soilmgldas.statsgo.t766.1536.768.grb',"
FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb',"

FV3_mosaic="C@[ATMRES]"
Expand Down
7 changes: 4 additions & 3 deletions compsets/benchmark_warm.input
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test cpld_fv3_384_mom6_cice_2d_bmark: fv3_mom6_cice.exe {
FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb',"
FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb',"
FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb',"
FNSMCC="'global_soilmgldas.t766.1536.768.grb',"
FNSMCC="'global_soilmgldas.statsgo.t766.1536.768.grb',"
FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb',"

FV3_mosaic="C@[ATMRES]"
Expand Down Expand Up @@ -69,8 +69,9 @@ test cpld_fv3_384_mom6_cice_2d_bmark: fv3_mom6_cice.exe {
CICE5_IC="@[BM_IC]/cpc"

# set location of cold start for mediator restarts
# THIS IS A USER's OWN RUN
MED_restart_data="/scratch2/NCEPDEV/stmp1/Denise.Worthen/BM_Test/@[CDATE]_cold/tmp/cpld_fv3_384_mom6_cice_cold_bmark"
# THIS IS A USER's OWN RUN and should reflect the full path to the location of the cold start
# eg: "/scratch2/NCEPDEV/stmp1/First.LastName/rtgen.NUMBER/tmp/cpld_fv3_384_mom6_cice_cold_bmark"
MED_restart_data="full-path-to-user-coldstart"
RESTART_MED="mediator_*"

# - nems.configure ---
Expand Down
13 changes: 7 additions & 6 deletions compsets/cpld_fv3_mom6_cice_2d_atm_flux.input
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ test cpld_fv3_mom6_cice_2d_atm_flux: fv3_mom6_cice.exe {
# Specify input files.
filters input {
# WORK FILE <=filter= SOURCE FILE
'input.nml' <=atparse= "@[PARMnems]/@[INPUT_NML]"
'model_configure' <=atparse= "@[PARMnems]/model_configure.IN"
'ice_in_template' <=copy= "@[PARMnems]/ice_in_template"
'INPUT/MOM_input_template' <=copy= "@[PARMnems]/MOM_input_template"
'diag_table_template' <=copy= "@[PARMnems]/diag_table_template"
"nems.configure" <=atparse= "@[PARMnems]/nems.configure.@[nems_configure].IN"
#FV3 fixed input
'aerosol.dat' <=copyfrom= "@[FV3_input_data]/INPUT"
'co2historicaldata_201*.txt' <=copyfrom= "@[CO2_data]"
Expand All @@ -105,6 +99,13 @@ test cpld_fv3_mom6_cice_2d_atm_flux: fv3_mom6_cice.exe {
'INPUT/MOM*.nc' <=copyfrom= "@[MOM6_IC]"
'cice5_model.res.nc' <=copy= "@[CICE5_IC]/cice5_model_0.25.res_@[CDATE].nc"
"@[RESTART_MED]" <=copyfrom= "@[MED_restart_data]"
# namelists,templates and configurations
'input.nml' <=atparse= "@[PARMnems]/@[INPUT_NML]"
'model_configure' <=atparse= "@[PARMnems]/model_configure.IN"
'ice_in_template' <=copy= "@[PARMnems]/ice_in_template"
'INPUT/MOM_input_template' <=copy= "@[PARMnems]/MOM_input_template"
'diag_table_template' <=copy= "@[PARMnems]/diag_table_template"
"nems.configure" <=atparse= "@[PARMnems]/nems.configure.@[nems_configure].IN"
}

# Edit the templates for the compset parameters
Expand Down
13 changes: 7 additions & 6 deletions compsets/cpld_fv3_mom6_cice_cold_atm_flux.input
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ test cpld_fv3_mom6_cice_cold_atm_flux: fv3_mom6_cice.exe {
# Specify input files.
filters input {
# WORK FILE <=filter= SOURCE FILE
'input.nml' <=atparse= "@[PARMnems]/@[INPUT_NML]"
'model_configure' <=atparse= "@[PARMnems]/model_configure.IN"
'ice_in_template' <=copy= "@[PARMnems]/ice_in_template"
'INPUT/MOM_input_template' <=copy= "@[PARMnems]/MOM_input_template"
'diag_table_template' <=copy= "@[PARMnems]/diag_table_template"
"nems.configure" <=atparse= "@[PARMnems]/nems.configure.@[nems_configure].IN"
#FV3 fixed input
'aerosol.dat' <=copyfrom= "@[FV3_input_data]/INPUT"
'co2historicaldata_201*.txt' <=copyfrom= "@[CO2_data]"
Expand All @@ -102,6 +96,13 @@ test cpld_fv3_mom6_cice_cold_atm_flux: fv3_mom6_cice.exe {
'INPUT/gfs_data*.nc' <=copyfrom= "@[FV3_IC]"
'INPUT/MOM*.nc' <=copyfrom= "@[MOM6_IC]"
'cice5_model.res.nc' <=copy= "@[CICE5_IC]/cice5_model_0.25.res_@[CDATE].nc"
# namelists,templates and configurations
'input.nml' <=atparse= "@[PARMnems]/@[INPUT_NML]"
'model_configure' <=atparse= "@[PARMnems]/model_configure.IN"
'ice_in_template' <=copy= "@[PARMnems]/ice_in_template"
'INPUT/MOM_input_template' <=copy= "@[PARMnems]/MOM_input_template"
'diag_table_template' <=copy= "@[PARMnems]/diag_table_template"
"nems.configure" <=atparse= "@[PARMnems]/nems.configure.@[nems_configure].IN"
}

# Edit the templates for the compset parameters
Expand Down
4 changes: 3 additions & 1 deletion compsets/datesuite_warm.input
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
load 'benchmark_warm.input'

# set this as the location of the 4 cold starts
ROOTDIR = "/scratch2/NCEPDEV/stmp1/Denise.Worthen/coldstarts"
# THIS IS A USERS OWN RUN and should reflect the path to the location of the cold starts
# eg: "/scratch2/NCEPDEV/stmp1/First.LastName/rtgen.NUMBER"
ROOTDIR = "path-to-user-coldstarts"

DAYS='5'
FHMAX='120'
Expand Down
Loading