-
Notifications
You must be signed in to change notification settings - Fork 3
Added bkg_lfo collections for LDAS processing #707
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
base: feature/rtodling/qrqstot_export_rename
Are you sure you want to change the base?
Changes from 3 commits
29926e6
570de09
5673da2
4fbc6fe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -130,6 +130,8 @@ COLLECTIONS: 'inst3_3d_asm_Np-' | |
| 'bkg.eta' | ||
| 'bkg.sfc' | ||
| 'cbkg.eta' | ||
| 'bkg.inst1_2d_lfo' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What do we want these Collection names to be?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. " Nx " should have not been in the lfo name since it conventionally indicates a lat/lon grid collection. We have had it in lfo Nx+- collection for the convenience ( existing name format in ldas) even though they output in CS resolution. We certainly can modify the names as Rolf suggested here, then there are several places needed to match in the adas PR #327 and in ldasGC PR#81.
gmao-rreichle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 'bkg.tavg1_2d_lfo' | ||
gmao-rreichle marked this conversation as resolved.
Show resolved
Hide resolved
gmao-rreichle marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| 'vtx.mix' | ||
| # 'vtx.prs' | ||
| # 'prog.sfc+-' | ||
|
|
@@ -1011,6 +1013,7 @@ COLLECTIONS: 'inst3_3d_asm_Np-' | |
| 'SPEED' , 'DYN' , 'SPEEDLML' , | ||
| 'PS' , 'DYN' , | ||
| :: | ||
|
|
||
|
|
||
| tavg1_2d_ocn_Nx-.format: 'CFIO' , | ||
| tavg1_2d_ocn_Nx-.descr: '2d,1-Hourly,Time-Averaged,Single-Level,Assimilation,Ocean Surface' , | ||
|
|
@@ -1285,6 +1288,48 @@ COLLECTIONS: 'inst3_3d_asm_Np-' | |
| 'GOCART::CO2' , 'GOCART' , 'CO2' , | ||
| :: | ||
|
|
||
| ####################################################################### | ||
| # Ldas bkg forcing | ||
| ####################################################################### | ||
|
|
||
| bkg.tavg1_2d_lfo.format: 'CFIO' , | ||
| bkg.tavg1_2d_lfo.descr: '2d,1-Hourly,Time-Averaged,Single-Level,Land Surface Forcings' , | ||
| bkg.tavg1_2d_lfo.template: '%y4%m2%d2_%h2%n2z.>>>NCSUFFIX<<<' , | ||
| bkg.tavg1_2d_lfo.mode: 'time-averaged' , | ||
| bkg.tavg1_2d_lfo.frequency: 010000 , | ||
| bkg.tavg1_2d_lfo.duration: 010000 , | ||
| bkg.tavg1_2d_lfo.ref_date: >>>IOBBKGD<<< , | ||
| bkg.tavg1_2d_lfo.ref_time: >>>IOBBKGT<<< , | ||
| bkg.tavg1_2d_lfo.end_date: >>>IOEBKGD<<< , | ||
| bkg.tavg1_2d_lfo.end_time: >>>IOEBKGT<<< , | ||
| bkg.tavg1_2d_lfo.fields: 'SLRSF' , 'SOLAR' , 'SWGDN' , | ||
| 'SWLAND' , 'SURFACE' , | ||
| 'LWS' , 'IRRAD' , 'LWGAB' , | ||
| 'PCU' , 'SURFACE' , 'PRECCU' , | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FYI, in the updated file specs of M21C, we now rename as follows: We could make this change now in the bkg.lfo Collections, or we could stick with the older names (PRECCU, PRECLS) until the FP file specs are updated to the M21C conventions.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's not worry about this now. |
||
| 'PLS' , 'SURFACE' , 'PRECLS' , | ||
| 'SNO' , 'SURFACE' , 'PRECSNO' , | ||
| 'DFPAR' , 'SOLAR' , 'PARDF' , | ||
| 'DRPAR' , 'SOLAR' , 'PARDR' , | ||
| :: | ||
|
|
||
| bkg.inst1_2d_lfo.format: 'CFIO' , | ||
| bkg.inst1_2d_lfo.descr: '2d,1-Hourly,Instantaneous,Single-Level,Land Surface Forcings' , | ||
| bkg.inst1_2d_lfo.template: '%y4%m2%d2_%h2%n2z.>>>NCSUFFIX<<<' , | ||
| bkg.inst1_2d_lfo.mode: 'instantaneous' , | ||
| bkg.inst1_2d_lfo.frequency: 010000 , | ||
| bkg.inst1_2d_lfo.duration: 010000 , | ||
| bkg.inst1_2d_lfo.ref_date: >>>IOBBKGD<<< , | ||
| bkg.inst1_2d_lfo.ref_time: >>>IOBBKGT<<< , | ||
| bkg.inst1_2d_lfo.end_date: >>>IOEBKGD<<< , | ||
| bkg.inst1_2d_lfo.end_time: >>>IOEBKGT<<< , | ||
| bkg.inst1_2d_lfo.fields: 'DZ' , 'DYN' , 'HLML' , | ||
| 'TA' , 'DYN' , 'TLML' , | ||
| 'QA' , 'DYN' , 'QLML' , | ||
| 'SPEED' , 'DYN' , 'SPEEDLML' , | ||
| 'PS' , 'DYN' , | ||
| :: | ||
|
|
||
|
|
||
| ####################################################################### | ||
| # Aerosols/Constituents | ||
| ####################################################################### | ||
|
|
@@ -2034,7 +2079,7 @@ COLLECTIONS: 'inst3_3d_asm_Np-' | |
| tavg1_2d_lfo_Nx+-.ref_time: >>>IOBBKGT<<< , | ||
| tavg1_2d_lfo_Nx+-.end_date: >>>IOEBKGD<<< , | ||
| tavg1_2d_lfo_Nx+-.end_time: >>>IOEBKGT<<< , | ||
| tavg1_2d_lfo_Nx.fields: 'SLRSF' , 'SOLAR' , 'SWGDN' , | ||
| tavg1_2d_lfo_Nx+-.fields: 'SLRSF' , 'SOLAR' , 'SWGDN' , | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's no need to keep the "lfo_Nx+-" Collections in the template. They are superseded by the "bkg.lfo" Collections. Both the "Nx+-" inst and tavg Collections should be removed. |
||
| 'SWLAND' , 'SURFACE' , | ||
| 'LWS' , 'IRRAD' , 'LWGAB' , | ||
| 'PCU' , 'SURFACE' , 'PRECCU' , | ||
|
|
||
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.
The changes in
push-to-develop.ymlandvalidate_yaml_files.ymlaren't related to the intent of the PR. It doesn't matter to me if they're included, just pointing this out to avoid inadvertent changes and making sure nothing is out of sync.