Skip to content
Closed
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
aa2df54
Adding inputs for UFS regression testing
mark-a-potts Jan 24, 2022
1f04cb1
added missing files
mark-a-potts Jan 24, 2022
004ec03
Adding RESTART Directory with .gitignore
mark-a-potts Feb 10, 2022
56fe00d
Renamed inputs with C48 designation
mark-a-potts Mar 31, 2022
2f0ee19
Merge branch 'develop' into feature/ufs
shlyaeva May 10, 2022
5cd46ee
Updated field dictionary
mark-a-potts May 18, 2022
a521b90
Merge branch 'feature/ufs' into develop
mark-a-potts Jun 24, 2022
055510c
adding ufs_c48 to develop
mark-a-potts Jun 24, 2022
22e612b
Turn off surface subcycling in ufs_c48/input.nml, segmentation fault …
climbfuji Nov 1, 2022
ae23642
Delete UFS INPUT files with C48 filename prefix, already exist withou…
fmahebert Nov 9, 2022
62719a5
Remove UFS RESTART dir, files will be written to it so doesn't belong…
fmahebert Nov 11, 2022
77572ad
Merge remote-tracking branch 'origin' into feature/ufs_dom
fmahebert Nov 15, 2022
1e59327
Add all .dat and .grb files to git-lfs
climbfuji Nov 22, 2022
1fb6b1a
Update testinput_tier_1/inputs/ufs_c48
climbfuji Nov 22, 2022
b5d8344
Merge branch 'feature/ufs_dom' of https://github.com/JCSDA-internal/f…
climbfuji Nov 22, 2022
dbe7855
Move ufs_c48 to ufs_c48_warmstart, add ufs_c48_coldstart
climbfuji Jan 25, 2023
4faf34f
Updates for warmstart and colstart tests
climbfuji Jan 26, 2023
edb6561
Merge branch 'develop' into feature/ufs_dom_as_jan28
shlyaeva Jan 28, 2023
e09efcd
Merge pull request #57 from JCSDA-internal/feature/ufs_dom_as_jan28
climbfuji Feb 1, 2023
32fb5c2
Update model_configure
cmgas Feb 7, 2023
8308f1d
Update model_configure
cmgas Feb 7, 2023
98c6401
Merge pull request #58 from JCSDA-internal/feature/ufs_dom_save_forecast
climbfuji Feb 7, 2023
c80f115
Update model_configure (#62)
cmgas Feb 28, 2023
6e186b3
Update testinput for ufs c48 runs
climbfuji Mar 13, 2023
342fe72
Merge branch 'feature/ufs_dom' of https://github.com/JCSDA-internal/f…
climbfuji Mar 13, 2023
60e919d
Remove unneeded file
climbfuji Mar 13, 2023
449cc3b
Fix wrong fhrot in testinput_tier_1/inputs/ufs_c48_warmstart/model_co…
climbfuji Mar 14, 2023
64d6e63
Merge pull request #64 from JCSDA-internal/feature/ufs_dom_backup_202…
climbfuji Mar 15, 2023
28b2d29
Merge branch 'develop' into feature/ufs_clem_update
cmgas Apr 19, 2023
e594b49
Merge pull request #71 from JCSDA-internal/feature/ufs_clem_update
climbfuji Apr 20, 2023
01599d7
Brings feature/ufs_dom up to date with develop (#77)
cmgas Jul 14, 2023
91b326e
Update feature/ufs_dom from develop 2023/10/20 (#85)
climbfuji Oct 20, 2023
fe802c7
Merge branch 'develop' of https://github.com/JCSDA-internal/fv3-jedi-…
climbfuji Nov 2, 2023
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
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
*.nc4 filter=lfs diff=lfs merge=lfs -text
*.res filter=lfs diff=lfs merge=lfs -text
*.odb filter=lfs diff=lfs merge=lfs -text
*.grb filter=lfs diff=lfs merge=lfs -text
*.dat filter=lfs diff=lfs merge=lfs -text
Binary file not shown.
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/C48_grid.tile1.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/C48_grid.tile2.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/C48_grid.tile3.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/C48_grid.tile4.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/C48_grid.tile5.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/C48_grid.tile6.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/C48_mosaic.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/coupler.res
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/coupler.res.correct
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
3 (Calendar: no_calendar=0, thirty_day_months=1, julian=2, gregorian=3, noleap=4)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self. When we fix the code to read the current time correctly from coupler.res, we can replace the current/hacked coupler.res with this (correct) one.

2021 7 28 0 0 0 Model start time: year, month, day, hour, minute, second
2021 7 28 6 0 0 Current model time: year, month, day, hour, minute, second
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_core.res.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_core.res.tile1.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_core.res.tile2.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_core.res.tile3.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_core.res.tile4.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_core.res.tile5.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_core.res.tile6.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_srf_wnd.res.tile1.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_srf_wnd.res.tile2.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_srf_wnd.res.tile3.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_srf_wnd.res.tile4.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_srf_wnd.res.tile5.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_srf_wnd.res.tile6.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_tracer.res.tile1.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_tracer.res.tile2.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_tracer.res.tile3.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_tracer.res.tile4.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_tracer.res.tile5.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/fv_tracer.res.tile6.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/grid_spec.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data.tile1.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data.tile2.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data.tile3.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data.tile4.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data.tile5.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data.tile6.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ls.tile1.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ls.tile2.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ls.tile3.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ls.tile4.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ls.tile5.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ls.tile6.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ss.tile1.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ss.tile2.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ss.tile3.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ss.tile4.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ss.tile5.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/oro_data_ss.tile6.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/phy_data.tile1.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/phy_data.tile2.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/phy_data.tile3.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/phy_data.tile4.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/phy_data.tile5.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/phy_data.tile6.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/sfc_data.tile1.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/sfc_data.tile2.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/sfc_data.tile3.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/sfc_data.tile4.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/sfc_data.tile5.nc
Git LFS file not shown
3 changes: 3 additions & 0 deletions testinput_tier_1/inputs/ufs_c48/INPUT/sfc_data.tile6.nc
Git LFS file not shown
Git LFS file not shown
Loading