forked from ufs-community/ufs-s2s-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two regression tests to add benchmark regtest and wav-atm couplin…
…g test (ufs-community#61) * Update ufs-s2s-model * update FV3, MOM6 and NEMS * update FV3 to latest develop Update datesuite tests to include 2013 tests update baseline area on hera * Adding a regression test that matches benchmark physics Issue #46 * changing test to 1 day instead of 2 * updating files to match ufs-weather-model develop branch * moving to the latest NEMS * adding WW3 regression test following 1 day benchmark RT Issue #31 * rolling back the REGTEST-FINGERPRINT.md and pointing to baseline * Updated FV3 and NEMS components. * Add log files. * update to latest NEMS * update README * remove doc folder * updating post to latest version and a few other files to match ufs-weather * logs for hera * moved update-20200321 to develop-20200322 in baseline area * reverting IMFSHALCNV and IMFDEEPCNV to parameters in input.mom6.nml * log files confirming last change was okay Co-authored-by: Bin.Li <[email protected]>
- Loading branch information
1 parent
888c732
commit a59b6cf
Showing
39 changed files
with
5,743 additions
and
1,149 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
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
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
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,53 @@ | ||
######################################################################## | ||
|
||
test cpld_fv3_384_mom6_cice_cold_bmark_rt: fv3_mom6_cice.exe { | ||
use cpld_fv3_mom6_cice_cold_atm_flux | ||
use plat%default_cpl_benchmark | ||
|
||
ATMRES='384' | ||
TEST_DESCR="Fully coupled FV3-MOM6-CICE system - cold 384" | ||
CNTL_NAME="RT-Baselines_cold_bmrt" | ||
CNTLMED="@[plat%BASELINE]/MEDIATOR_bmrt" | ||
|
||
DT_ATMOS='450' | ||
NPX='385' | ||
NPY='385' | ||
IMO='1536' | ||
JMO='768' | ||
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.statsgo.t766.1536.768.grb'," | ||
FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb'," | ||
|
||
FV3_mosaic="C@[ATMRES]" | ||
|
||
# inputs and fixed files for benchmark runs to match workflow | ||
INPUT_NML="input.benchmark.nml.IN" | ||
FIELD_TABLE="field_table.gfdlmp" | ||
OZONE_data="@[FV3_input_data]/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77" | ||
CO2_data="@[plat%INPUTS]/FV3_input_bm2/INPUT" | ||
|
||
# - set date YYYYMMDDHH | ||
SYEAR='2013' | ||
SMONTH='04' | ||
SDAY='01' | ||
SHOUR='00' | ||
CDATE="@[SYEAR]@[SMONTH]@[SDAY]@[SHOUR]" | ||
|
||
# - set run type for CICE in ice_in | ||
RUNID='cpcice' | ||
|
||
# - set initialization type for MOM6 | ||
MOM6_RESTART_SETTING = 'r' | ||
|
||
# set locations of ICs | ||
BM_IC="@[plat%INPUTS]/BM_IC/@[CDATE]" | ||
FV3_IC="@[BM_IC]/gfs/C384/INPUT" | ||
MOM6_IC="@[BM_IC]/mom6_da" | ||
CICE5_IC="@[BM_IC]/cpc" | ||
|
||
spawn execute { | ||
{"@[build%target]", ranks="@[TASKS]", threads="@[THRD]", ppn="@[TPN]" } | ||
} | ||
} |
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,146 @@ | ||
######################################################################## | ||
|
||
test cpld_fv3_384_mom6_cice_1d_bmark_rt: fv3_mom6_cice.exe { | ||
use cpld_fv3_mom6_cice_2d_atm_flux | ||
use plat%default_cpl_benchmark | ||
|
||
ATMRES='384' | ||
TEST_DESCR="Fully coupled FV3-MOM6-CICE 1 day run" | ||
CNTL_NAME="RT-Baselines_1d_bmrt" | ||
|
||
DAYS='1' # run for 1 day | ||
FHMAX='24' | ||
|
||
DT_ATMOS='450' | ||
NPX='385' | ||
NPY='385' | ||
IMO='1536' | ||
JMO='768' | ||
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.statsgo.t766.1536.768.grb'," | ||
FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb'," | ||
|
||
FV3_mosaic="C@[ATMRES]" | ||
|
||
#no high freq fv3 output | ||
NFHMAX_HF='-1' | ||
NFHOUT_HF='-1' | ||
|
||
# inputs and fixed files for benchmark runs to match workflow | ||
INPUT_NML="input.benchmark.nml.IN" | ||
FIELD_TABLE="field_table.gfdlmp" | ||
OZONE_data="@[FV3_input_data]/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77" | ||
CO2_data="@[plat%INPUTS]/FV3_input_bm2/INPUT" | ||
|
||
# - set date YYYYMMDDHH | ||
SYEAR='2013' | ||
SMONTH='04' | ||
SDAY='01' | ||
SHOUR='00' | ||
CDATE="@[SYEAR]@[SMONTH]@[SDAY]@[SHOUR]" | ||
|
||
# - set run type for CICE in ice_in | ||
RUNID='cpcice' | ||
|
||
# - set initialization type for MOM6 | ||
MOM6_RESTART_SETTING = 'r' | ||
|
||
# set locations of ICs | ||
BM_IC="@[plat%INPUTS]/BM_IC/@[CDATE]" | ||
FV3_IC="@[BM_IC]/gfs/C384/INPUT" | ||
MOM6_IC="@[BM_IC]/mom6_da" | ||
CICE5_IC="@[BM_IC]/cpc" | ||
|
||
# set location of cold start for mediator restarts | ||
MED_restart_data="@[plat%INPUTS]/MEDIATOR_bmrt" | ||
RESTART_MED="mediator_*" | ||
|
||
|
||
# Specify output files: | ||
criteria output { | ||
# WORKFILE .comparison. TARGET | ||
'phyf024.tile1.nc' .bitcmp. "@[CNTL]" | ||
'phyf024.tile2.nc' .bitcmp. "@[CNTL]" | ||
'phyf024.tile3.nc' .bitcmp. "@[CNTL]" | ||
'phyf024.tile4.nc' .bitcmp. "@[CNTL]" | ||
'phyf024.tile5.nc' .bitcmp. "@[CNTL]" | ||
'phyf024.tile6.nc' .bitcmp. "@[CNTL]" | ||
'dynf024.tile1.nc' .bitcmp. "@[CNTL]" | ||
'dynf024.tile2.nc' .bitcmp. "@[CNTL]" | ||
'dynf024.tile3.nc' .bitcmp. "@[CNTL]" | ||
'dynf024.tile4.nc' .bitcmp. "@[CNTL]" | ||
'dynf024.tile5.nc' .bitcmp. "@[CNTL]" | ||
'dynf024.tile6.nc' .bitcmp. "@[CNTL]" | ||
'RESTART/coupler.res' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_core.res.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_core.res.tile1.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_core.res.tile2.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_core.res.tile3.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_core.res.tile4.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_core.res.tile5.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_core.res.tile6.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_srf_wnd.res.tile1.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_srf_wnd.res.tile2.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_srf_wnd.res.tile3.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_srf_wnd.res.tile4.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_srf_wnd.res.tile5.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_srf_wnd.res.tile6.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_tracer.res.tile1.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_tracer.res.tile2.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_tracer.res.tile3.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_tracer.res.tile4.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_tracer.res.tile5.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/fv_tracer.res.tile6.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/phy_data.tile1.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/phy_data.tile2.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/phy_data.tile3.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/phy_data.tile4.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/phy_data.tile5.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/phy_data.tile6.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/sfc_data.tile1.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/sfc_data.tile2.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/sfc_data.tile3.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/sfc_data.tile4.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/sfc_data.tile5.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'RESTART/sfc_data.tile6.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'MOM6_RESTART/MOM.res.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'MOM6_RESTART/MOM.res_1.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'MOM6_RESTART/MOM.res_2.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'MOM6_RESTART/MOM.res_3.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'restart/iced.2013-04-02-00000.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumAtm_restart.tile1.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumAtm_restart.tile2.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumAtm_restart.tile3.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumAtm_restart.tile4.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumAtm_restart.tile5.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumAtm_restart.tile6.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumOcn_restart.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumIce_restart.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumLnd_restart.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumHyd_restart.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBaccumAtmOcn_restart.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBAtm_a_restart.tile1.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBAtm_a_restart.tile2.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBAtm_a_restart.tile3.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBAtm_a_restart.tile4.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBAtm_a_restart.tile5.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBAtm_a_restart.tile6.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBIce_i_restart.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBOcn_o_restart.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBLnd_l_restart.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBHyd_h_restart.nc' .bitcmp. "@[CNTL]/RESTART" | ||
'mediator_FBAtmOcn_o_restart.nc' .bitcmp. "@[CNTL]/RESTART" | ||
# Executable validation. This makes an MD5 sum of the fv3.exe | ||
# for comparison against the MD5 sum made in the build job. | ||
# This is to ensure the executable did not change during the | ||
# test suite. | ||
"@[build%target]" .md5cmp. "@[fv3_mom6_cice.exe%md5sum]" | ||
} | ||
|
||
|
||
spawn execute { | ||
{"@[build%target]", ranks="@[TASKS]", threads="@[THRD]", ppn="@[TPN]" } | ||
} | ||
} |
Oops, something went wrong.