Skip to content
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

Feature/ufs case gen exact mode #473

Merged
merged 25 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
79ccbc5
Stash for port
dustinswales May 7, 2024
50cb4a3
Working
dustinswales May 14, 2024
bd7bfa6
Merge branch 'main' of https://github.com/NCAR/ccpp-scm into feature/…
dustinswales May 14, 2024
8b2f4de
Feature/ufs case gen exact mode gjf (#12)
grantfirl May 28, 2024
66519d7
Merge branch 'main' into feature/ufs_case_gen_exact_mode
grantfirl Jun 5, 2024
53b039d
Add more diagnostics. Add bug in bugfix that was removed!
dustinswales Jun 7, 2024
3c080b7
Merge branch 'feature/ufs_case_gen_exact_mode' of https://github.com/…
dustinswales Jun 7, 2024
f9e75d0
Update wrapper interface
dustinswales Jun 7, 2024
64334bb
fix IC bug for fm=3
grantfirl Jun 7, 2024
ca96924
Last fixes to harmonize two scripts. Revert name change to proccessed…
dustinswales Jun 7, 2024
be8d415
Pass through all configuration options from wrapper script to case ge…
dustinswales Jun 7, 2024
69a99be
Use unregridded data in UFS comparison file for fm=1=3 (same as fm=2)
dustinswales Jun 7, 2024
ebb12a9
Merge branch 'main' of https://github.com/NCAR/ccpp-scm into feature/…
dustinswales Jun 14, 2024
d2911b0
Merge branch 'main' into feature/ufs_case_gen_exact_mode
grantfirl Jul 1, 2024
77d8ea3
Merge branch 'main' into feature/ufs_case_gen_exact_mode
grantfirl Jul 1, 2024
8054385
fix geostrophic winds in UFS_case_gen.py and enable writing out more …
grantfirl Jul 8, 2024
0264115
Merge branch 'feature/ufs_case_gen_exact_mode' of https://github.com/…
dustinswales Jul 8, 2024
4ea5f36
move initialization of geostrophic arrays (bugfix)
grantfirl Jul 11, 2024
8cb9d5d
update UFS_case_gen.py with expanded stencil method for calculating g…
grantfirl Jul 16, 2024
47d9172
Revert change to scm_input.F90
dustinswales Jul 24, 2024
08638b3
Merge branch 'main' of https://github.com/NCAR/ccpp-scm into feature/…
dustinswales Jul 24, 2024
b0fcbcd
Merge branch 'main' into feature/ufs_case_gen_exact_mode
grantfirl Jul 25, 2024
48e6fe8
Bug fix in origraphical file extension
dustinswales Jul 25, 2024
01287aa
Merge branch 'feature/ufs_case_gen_exact_mode' of https://github.com/…
dustinswales Jul 25, 2024
e7d2760
Merge branch 'main' into feature/ufs_case_gen_exact_mode
grantfirl Jul 29, 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
6 changes: 3 additions & 3 deletions scm/doc/TechGuide/chap_cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -409,16 +409,16 @@ Activate environment:

.. _`ufsicgenerator`:

UFS_IC_generator.py
UFS_case_gen.py
~~~~~~~~~~~~~~~~~~~

A script exists in ``scm/etc/scripts/UFS_IC_generator.py`` to read in UFS history (output) files and their
A script exists in ``scm/etc/scripts/UFS_case_gen.py`` to read in UFS history (output) files and their
initial conditions to generate a SCM case input data file, in DEPHY
format.

.. code:: bash

./UFS_IC_generator.py [-h] (-l LOCATION LOCATION | -ij INDEX INDEX) -d
./UFS_case_gen.py [-h] (-l LOCATION LOCATION | -ij INDEX INDEX) -d
DATE -i IN_DIR -g GRID_DIR -f FORCING_DIR -n
CASE_NAME [-t {1,2,3,4,5,6,7}] [-a AREA] [-oc]
[-lam] [-sc] [-near]
Expand Down
Loading
Loading