-
Notifications
You must be signed in to change notification settings - Fork 215
Feature/script update #371
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
Merged
jkuang-exploro
merged 37 commits into
feature/coupled_sprint
from
feature/script_update
Aug 11, 2021
Merged
Changes from 32 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ae91015
files intake from existing coupled-crow branch
09fde48
incremental update of modularized script
e3c3c18
incremental update
92ccfa3
incremental update
f3d1f7f
incremental update
f58fa53
namelist update, set up script match develop
e133e1f
Update ush/forecast_det.sh
jkuang-exploro 7473e38
2-space update for exglobal_forecast.sh; forecast_predet, det and
7b3b5c8
Merge remote-tracking branch 'origin/feature/coupled_sprint' into fea…
bd8b8bb
update script files under script/ and ush/ to the newest
2e7ed50
Merge remote-tracking branch 'origin/feature/coupled_sprint' into fea…
e0dcafd
Merge branch 'feature/coupled_sprint' into feature/script_update
32f2ae4
delete _bk file
9836bba
revert changes for exgfs_wave_prep.sh
360529b
remove "RUN_CCPP" variable
d122fc0
added diag_table_cpl
6ae9b5e
delete get_platform
b48dc28
remove excessive export statements
1256142
force to use NTASKS_TOT on Orion for forecast
aerorahul a4427df
Remove CROW-related comments
51b26bd
further cleanup comments
affea79
Fix PET issue when not using full node
WalterKolczynski-NOAA 5746303
Merge branch 'feature/script_update' of github.com:NOAA-EMC/global-wo…
WalterKolczynski-NOAA 11dc063
replace ufs_coupled with ufs_model in nems_configure.sh
bae436d
remove ncld from the namelist. This is a relic from IPD days
aerorahul 814064e
update scripts to match coupled_sprint_0806 tag, off from
57b62b1
permission setting unification
4afacc4
templates .IN are not executables. Strip trailing whitespaces and ex…
aerorahul 0ef2da8
fix more trailing spaces in the scripts added
aerorahul 9275915
fix typo
0935098
update if logic of MEMBER to DO_SPPT; DO_SHUM, DO_SKEB
b39280f
fix fcst tasks issue for gdas and gfs. fix ocnres to 050
aerorahul b3119f3
update ENV file for efcs job
06b411c
properly design DIAG_TABLE and DIAG_TABLE_APPEND
ef9cf2c
update stochastic parameters
2eae221
address changes requested by group members
d7d3f90
remove obsolete parameters PE_MEMBER1 and total_member
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 hidden or 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 hidden or 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,25 @@ | ||
| so2 | ||
| so4 | ||
| dms | ||
| msa | ||
| bc1 | ||
| bc2 | ||
| oc1 | ||
| oc2 | ||
| dust1 | ||
| dust2 | ||
| dust3 | ||
| dust4 | ||
| dust5 | ||
| seas1 | ||
| seas2 | ||
| seas3 | ||
| seas4 | ||
| seas5 | ||
| nh3 | ||
| nh4a | ||
| no3an1 | ||
| no3an2 | ||
| no3an3 | ||
| pm25 | ||
| pm10 |
This file contains hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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,169 @@ | ||
| # added by FRE: sphum must be present in atmos | ||
| # specific humidity for moist runs | ||
| "TRACER", "atmos_mod", "sphum" | ||
| "longname", "specific humidity" | ||
| "units", "kg/kg" | ||
| "profile_type", "fixed", "surface_value=1.e30" / | ||
| # prognostic cloud water mixing ratio | ||
| "TRACER", "atmos_mod", "liq_wat" | ||
| "longname", "cloud water mixing ratio" | ||
| "units", "kg/kg" | ||
| "profile_type", "fixed", "surface_value=1.e30" / | ||
| "TRACER", "atmos_mod", "rainwat" | ||
| "longname", "rain mixing ratio" | ||
| "units", "kg/kg" | ||
| "profile_type", "fixed", "surface_value=1.e30" / | ||
| "TRACER", "atmos_mod", "ice_wat" | ||
| "longname", "cloud ice mixing ratio" | ||
| "units", "kg/kg" | ||
| "profile_type", "fixed", "surface_value=1.e30" / | ||
| "TRACER", "atmos_mod", "snowwat" | ||
| "longname", "snow mixing ratio" | ||
| "units", "kg/kg" | ||
| "profile_type", "fixed", "surface_value=1.e30" / | ||
| "TRACER", "atmos_mod", "graupel" | ||
| "longname", "graupel mixing ratio" | ||
| "units", "kg/kg" | ||
| "profile_type", "fixed", "surface_value=1.e30" / | ||
| # prognostic ozone mixing ratio tracer | ||
| "TRACER", "atmos_mod", "o3mr" | ||
| "longname", "ozone mixing ratio" | ||
| "units", "kg/kg" | ||
| "profile_type", "fixed", "surface_value=1.e30" / | ||
| # prognostic subgrid scale turbulent kinetic energy | ||
| "TRACER", "atmos_mod", "sgs_tke" | ||
| "longname", "subgrid scale turbulent kinetic energy" | ||
| "units", "m2/s2" | ||
| "profile_type", "fixed", "surface_value=1.e30" / | ||
| # prognostic chemistry tracers | ||
| "TRACER", "atmos_mod", "so2" | ||
| "longname", "so2 mixing ratio" | ||
| "units", "ppm" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=5.e-6" / | ||
| "TRACER", "atmos_mod", "so4" | ||
| "longname", "sulfate mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=3.e-6" / | ||
| "TRACER", "atmos_mod", "dms" | ||
| "longname", "DMS mixing ratio" | ||
| "units", "ppm" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "msa" | ||
| "longname", "msa mixing ratio" | ||
| "units", "ppm" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "bc1" | ||
| "longname", "hydrophobic black carbon mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "bc2" | ||
| "longname", "hydrophillic black carbon mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "oc1" | ||
| "longname", "hydrophobic organic carbon mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "oc2" | ||
| "longname", "hydrophillic organic carbon mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "dust1" | ||
| "longname", "fine dust1 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "dust2" | ||
| "longname", "fine dust2 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "dust3" | ||
| "longname", "coarse dust3 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "dust4" | ||
| "longname", "coarse dust4 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "dust5" | ||
| "longname", "coarse dust5 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "seas1" | ||
| "longname", "seasalt1 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "seas2" | ||
| "longname", "seasalt2 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "seas3" | ||
| "longname", "seasalt3 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "seas4" | ||
| "longname", "seasalt4 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "seas5" | ||
| "longname", "seasalt5 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e-7" / | ||
| "TRACER", "atmos_mod", "nh3" | ||
| "longname", "primary NH3 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e+0" / | ||
| "TRACER", "atmos_mod", "nh4a" | ||
| "longname", "primary NH4a mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e+0" / | ||
| "TRACER", "atmos_mod", "no3an1" | ||
| "longname", "primary NO3an1 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e+0" / | ||
| "TRACER", "atmos_mod", "no3an2" | ||
| "longname", "primary NO3an2 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e+0" / | ||
| "TRACER", "atmos_mod", "no3an3" | ||
| "longname", "primary NO3an3 mixing ratio" | ||
| "units", "ug/kg" | ||
| "tracer_usage", "chemistry" | ||
| "profile_type", "fixed", "surface_value=1.e+0" / | ||
| # diagnostic chemistry tracers | ||
| "TRACER", "atmos_mod", "pm25" | ||
| "longname", "primary PM25 mixing ratio" | ||
| "units", "ug/m3" | ||
| "tracer_usage", "chemistry", "type=diagnostic" | ||
| "profile_type", "fixed", "surface_value=1.e+0" / | ||
| "TRACER", "atmos_mod", "pm10" | ||
| "longname", "primary PM10 mixing ratio" | ||
| "units", "ug/m3" | ||
| "tracer_usage", "chemistry", "type=diagnostic" | ||
| "profile_type", "fixed", "surface_value=1.e+0" / | ||
| # non-prognostic cloud amount | ||
| "TRACER", "atmos_mod", "cld_amt" | ||
| "longname", "cloud amount" | ||
| "units", "1" | ||
| "profile_type", "fixed", "surface_value=1.e30" / |
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.
Uh oh!
There was an error while loading. Please reload this page.