Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b90c146
First draft of static control files for HFIP work. The hfip_postcntr…
jaymes-kenyon Aug 6, 2024
3715895
Updates to INITPOST.F, including: (1) hard-coding prec_acc_dt, (2) si…
jaymes-kenyon Aug 6, 2024
c292731
Silencing the "ZERO T" print statements in MDLFLD
jaymes-kenyon Aug 6, 2024
a4b7fe7
Adding read-in of netCDF "_FillValue" when SUBMODELNAME=MPAS. For ea…
jaymes-kenyon Aug 6, 2024
d3062b3
Adding static control files for RRFS-MPAS runs.
jaymes-kenyon Aug 6, 2024
4372f3e
Merge branch 'NOAA-EMC:develop' into mpas
jaymes-kenyon Aug 15, 2024
527c253
Removing previous changes to INITPOST.F and MDLFLD.f
jaymes-kenyon Aug 19, 2024
3b489eb
Creating "INITPOST_MPAS" from "INITPOST"
jaymes-kenyon Aug 19, 2024
dbc19b8
Adding call to INITPOST_MPAS
jaymes-kenyon Aug 19, 2024
2105127
Adding INITPOST_MPAS to CMakeLists.txt
jaymes-kenyon Aug 19, 2024
3f25532
Modifying several write statements in INITPOST_MPAS
jaymes-kenyon Aug 19, 2024
e3cc350
Silencing print statements for model levels that are "too close" toge…
jaymes-kenyon Aug 19, 2024
bbc93f8
Merge branch 'mpas' of https://github.com/jaymes-kenyon/UPP into mpas
jaymes-kenyon Aug 19, 2024
d1bf361
Removing temporary print statement in getVariable.f
jaymes-kenyon Aug 19, 2024
49fc204
Merge branch 'develop' into mpas
WenMeng-NOAA Aug 22, 2024
be87393
Merge branch 'NOAA-EMC:develop' into mpas
jaymes-kenyon Aug 23, 2024
70a06b6
add hera rt log
FernandoAndrade-NOAA Aug 26, 2024
7f8e3cb
add orion rt log
FernandoAndrade-NOAA Aug 26, 2024
2b7fd82
add hercules rt log
FernandoAndrade-NOAA Aug 26, 2024
0f0cf1a
add stub for ext_ncd_get_var_ti_real to compile without wrf-io lib
SamuelTrahanNOAA Aug 26, 2024
760d529
Merge pull request #1 from SamuelTrahanNOAA/mpas
jaymes-kenyon Aug 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,195 changes: 1,195 additions & 0 deletions parm/hfip_postcntrl.xml

Large diffs are not rendered by default.

6,982 changes: 6,982 additions & 0 deletions parm/postxconfig-NT-hfip.txt

Large diffs are not rendered by default.

7,276 changes: 7,276 additions & 0 deletions parm/postxconfig-NT-rrfs_mpas.txt

Large diffs are not rendered by default.

1,181 changes: 1,181 additions & 0 deletions parm/rrfs_mpas_postcntrl.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ list(APPEND LIB_SRC ${GTG_LIB_SRC})

list(APPEND EXE_SRC
INITPOST.F
INITPOST_MPAS.F
INITPOST_NETCDF.f
WRFPOST.F
getIVariableN.f
Expand Down
Loading