-
Notifications
You must be signed in to change notification settings - Fork 0
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
updates for integrated setup and coupled run of LADAS #81
Open
saraqzhang
wants to merge
11
commits into
develop
Choose a base branch
from
feature/saraqzhang/updatesetup4ladas
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
0800e54
updates for integrated setup and coupled run of LADAS
saraqzhang 57e74c6
Merge branch 'develop' into feature/saraqzhang/updatesetup4ladas
gmao-rreichle 7fe7a89
fixed loss of some text from underlying develop version of ldas_setup
gmao-rreichle 76795ca
minimal cleanup re. LADAS coupling (ldas_setup, exeinp.txt.Hy4dEnVar.*)
gmao-rreichle 1d416fa
first iteration of changes for the option of using bkg lfo in…
saraqzhang 3614242
for ladas lfo with bkg tag,and use HISTdet.rc, HISTens.rc
saraqzhang e622d0f
new file: GEOSldas_HISTdet.rc
saraqzhang 14a6d64
new file: GEOSldas_HISTens.rc
saraqzhang 54bed5d
cleanup and a fix in ldas_setup
saraqzhang 2d6d069
update to bkg lfo in exeinp.txt.Hy4dEnVar.atmens & exeinp.txt.…
saraqzhang 4ec59c6
Merge branch 'develop' into feature/saraqzhang/updatesetup4ladas
saraqzhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# | ||
# Sample GEOSldas HISTORY.rc file for LADAS (central simulation) | ||
# | ||
# This sample is for the GEOSldas instance that is coupled with the central | ||
# simulation component of the Hy4dEnVar ADAS: | ||
# | ||
# (1) The "catch_progn_incr" is output is the ensemble average. | ||
# (2) The "catch_progn_incr" output is in tile space. Its definition is generic | ||
# | ||
################################################################################## | ||
|
||
VERSION: 1 | ||
EXPID: GEOSldas_expid | ||
|
||
COLLECTIONS: | ||
'catch_progn_incr' | ||
:: | ||
|
||
GRID_LABELS: PC720x361-DC | ||
PC576x361-DC | ||
:: | ||
|
||
PC720x361-DC.GRID_TYPE: LatLon | ||
PC720x361-DC.IM_WORLD: 720 | ||
PC720x361-DC.JM_WORLD: 361 | ||
PC720x361-DC.POLE: PC | ||
PC720x361-DC.DATELINE: DC | ||
PC720x361-DC.LM: 1 | ||
|
||
PC576x361-DC.GRID_TYPE: LatLon | ||
PC576x361-DC.IM_WORLD: 576 | ||
PC576x361-DC.JM_WORLD: 361 | ||
PC576x361-DC.POLE: PC | ||
PC576x361-DC.DATELINE: DC | ||
PC576x361-DC.LM: 1 | ||
|
||
|
||
catch_progn_incr.descr: 'Tile-space,3-Hourly,Instantaneous,Single-Level,Assimilation,Ensemble-Average Land Prognostics Increments', | ||
catch_progn_incr.template: '%y4%m2%d2_%h2%n2z.bin', | ||
catch_progn_incr.mode: 'instantaneous', | ||
catch_progn_incr.frequency: 030000, | ||
catch_progn_incr.ref_time: 013000, | ||
catch_progn_incr.fields: 'TCFSAT_INCR' , 'LANDASSIM' , | ||
'TCFTRN_INCR' , 'LANDASSIM' , | ||
'TCFWLT_INCR' , 'LANDASSIM' , | ||
'QCFSAT_INCR' , 'LANDASSIM' , | ||
'QCFTRN_INCR' , 'LANDASSIM' , | ||
'QCFWLT_INCR' , 'LANDASSIM' , | ||
'CAPAC_INCR' , 'LANDASSIM' , | ||
'CATDEF_INCR' , 'LANDASSIM' , | ||
'RZEXC_INCR' , 'LANDASSIM' , | ||
'SRFEXC_INCR' , 'LANDASSIM' , | ||
'GHTCNT1_INCR' , 'LANDASSIM' , | ||
'GHTCNT2_INCR' , 'LANDASSIM' , | ||
'GHTCNT3_INCR' , 'LANDASSIM' , | ||
'GHTCNT4_INCR' , 'LANDASSIM' , | ||
'GHTCNT5_INCR' , 'LANDASSIM' , | ||
'GHTCNT6_INCR' , 'LANDASSIM' , | ||
'WESNN1_INCR' , 'LANDASSIM' , | ||
'WESNN2_INCR' , 'LANDASSIM' , | ||
'WESNN3_INCR' , 'LANDASSIM' , | ||
'HTSNNN1_INCR' , 'LANDASSIM' , | ||
'HTSNNN2_INCR' , 'LANDASSIM' , | ||
'HTSNNN3_INCR' , 'LANDASSIM' , | ||
'SNDZN1_INCR' , 'LANDASSIM' , | ||
'SNDZN2_INCR' , 'LANDASSIM' , | ||
'SNDZN3_INCR' , 'LANDASSIM' , | ||
:: | ||
|
||
# ========================== EOF ============================================== |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to add the usual diagnostic
tavg[*]_2d_lnd_Nx
, andinst[*]_2d_lndfcstana_Nx
collections that we will want to output from the LDAS whenever it's running in the coupled land-atm DA system.The time step could be hourly (as in FP and reanalysis) or perhaps 3-hourly (as in SMAP L4).
Note that the aforementioned collection names are from the MERRA-2 era and reflect what is in FP now. For M21C, there's slightly different naming convention. I assume the newer convention will be adopted in FP when it transitions to the forthcoming "v12" (181-level) GCM, so maybe it's best to use the newer collection naming convention here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
those diag collections can be added to the template. Because they are lat/lon outputs, more modification is needed in setup, we will need to insert the grid name ( from setup info) in the specification of "regrid_name", probably a corresponding "grid_label" as well.