forked from hafs-community/HAFS
-
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.
*Set up the hafsv0p2a combined phase2 configuration properly.
*Update cronjob_hafsv0p2a_da.sh for the hafsv0p2a DA experiments. *Update parm/forecast/*_hwrf (but the hwrf ccpp suite is not fully supported).
- Loading branch information
1 parent
ec3760f
commit 4d4ec19
Showing
12 changed files
with
216 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
EARTH_component_list: ATM | ||
|
||
ATM_model: fv3 | ||
|
||
runSeq:: | ||
ATM | ||
:: | ||
|
||
ATM_attributes:: | ||
:: | ||
|
||
DRIVER_attributes:: | ||
start_type = startup | ||
:: | ||
|
||
ALLCOMP_attributes:: | ||
mediator_read_restart = false | ||
:: |
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
98 changes: 98 additions & 0 deletions
98
parm/forecast/regional_hwrf/nems.configure.atm_ocn_cmeps.tmp
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,98 @@ | ||
# component list | ||
EARTH_component_list: ATM OCN MED | ||
|
||
# component models | ||
ATM_model: fv3 | ||
OCN_model: hycom | ||
MED_model: nems | ||
|
||
# component petLists | ||
_ATM_petlist_bounds_ | ||
_OCN_petlist_bounds_ | ||
_MED_petlist_bounds_ | ||
|
||
# run sequence | ||
runSeq:: | ||
@_cpl_dt_ | ||
_runSeq_ALL_ | ||
@ | ||
:: | ||
|
||
# component attributes | ||
|
||
ATM_attributes:: | ||
Verbosity = 1 | ||
Diagnostic = 0 | ||
:: | ||
|
||
OCN_attributes:: | ||
Verbosity = 1 | ||
Diagnostic = 0 | ||
cdf_impexp_freq = 3 | ||
cpl_hour = 0 | ||
cpl_min = 0 | ||
cpl_sec = _cpl_dt_ | ||
base_dtg = _base_dtg_ | ||
merge_import = _merge_import_ | ||
skip_first_import = .true. | ||
hycom_arche_output = .false. | ||
hyc_esmf_exp_output = .true. | ||
hyc_esmf_imp_output = .true. | ||
hyc_impexp_file = nems.configure | ||
espc_show_impexp_minmax = .true. | ||
ocean_start_dtg = _ocean_start_dtg_ | ||
start_hour = 0 | ||
start_min = 0 | ||
start_sec = 0 | ||
end_hour = _end_hour_ | ||
end_min = 0 | ||
end_sec = 0 | ||
:: | ||
|
||
MED_attributes:: | ||
Verbosity = 1 | ||
Diagnostic = 0 | ||
coupling_mode = hafs | ||
system_type = ufs | ||
normalization = none | ||
merge_type = copy | ||
ATM_model = fv3 | ||
OCN_model = hycom | ||
history_ymd = -999 | ||
ScalarFieldCount = 0 | ||
ScalarFieldIdxGridNX = 0 | ||
ScalarFieldIdxGridNY = 0 | ||
ScalarFieldName = cpl_scalars | ||
:: | ||
|
||
DRIVER_attributes:: | ||
start_type = startup | ||
:: | ||
|
||
ALLCOMP_attributes:: | ||
mediator_read_restart = false | ||
# ScalarFieldCount = 3 | ||
# ScalarFieldIdxGridNX = 1 | ||
# ScalarFieldIdxGridNY = 2 | ||
# ScalarFieldIdxNextSwCday = 3 | ||
# ScalarFieldName = cpl_scalars | ||
:: | ||
|
||
ocn_export_fields:: | ||
'sst' 'sea_surface_temperature' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'mask' 'So_omask' '1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
:: | ||
|
||
ocn_import_fields:: | ||
'u10' 'inst_zonal_wind_height10m' 'm_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'v10' 'inst_merid_wind_height10m' 'm_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'taux10' 'mean_zonal_moment_flx_atm' 'N_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'tauy10' 'mean_merid_moment_flx_atm' 'N_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'airtmp' 'inst_temp_height2m' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'airhum' 'inst_spec_humid_height2m' 'kg_kg-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'prcp' 'mean_prec_rate' 'kg_m-2_s-1' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'swflxd' 'mean_net_sw_flx' 'W_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'lwflxd' 'mean_net_lw_flx' 'W_m-2' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'mslprs' 'inst_pres_height_surface' 'Pa' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
'gt' 'inst_temp_height_surface' 'K' '.TRUE.' 'FLD_REMAP_BILINR' 'FLD_MASK_NNE' '1' | ||
:: |
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 |
---|---|---|
@@ -1,5 +1,18 @@ | ||
EARTH_component_list: ATM | ||
|
||
ATM_model: fv3 | ||
|
||
runSeq:: | ||
ATM | ||
:: | ||
|
||
ATM_attributes:: | ||
:: | ||
|
||
DRIVER_attributes:: | ||
start_type = startup | ||
:: | ||
|
||
ALLCOMP_attributes:: | ||
mediator_read_restart = false | ||
:: |
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 |
---|---|---|
|
@@ -47,6 +47,8 @@ iend_nest=1485 | |
jend_nest=1367 | ||
|
||
[forecast] | ||
k_split=3 | ||
n_split=5 | ||
layoutx=40 | ||
layouty=30 | ||
npx=3121 | ||
|
Oops, something went wrong.