Skip to content

Commit

Permalink
need to prestage ww3 data
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 27, 2024
1 parent fb5e9ff commit 2d8f1e8
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/preview_namelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@ jobs:
echo "ESMF_VERSION_MAJOR=8" > ${HOME}/esmf.mk
echo "ESMF_VERSION_MINOR=8" >> ${HOME}/esmf.mk
sudo apt-get install libxml2-utils
sudo apt-get install subversion
- name: Checkout CESM
run: |
$GITHUB_WORKSPACE/bin/git-fleximod update
- name: Get WW3 grid data
run: |
svn co https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/wav/ww3/grid_inp.wgx3v7 /home/runner/cesm/inputdata/wav/ww3/grid_inp.wgx3v7
- name: Create new cases, run case.setup, and then preview namelists
run: |
cd $GITHUB_WORKSPACE/cime/scripts
Expand Down
2 changes: 1 addition & 1 deletion components/cam
2 changes: 1 addition & 1 deletion components/cdeps
2 changes: 1 addition & 1 deletion components/clm
Submodule clm updated 611 files
2 changes: 1 addition & 1 deletion components/mizuroute
Submodule mizuroute updated 202 files
2 changes: 1 addition & 1 deletion share
2 changes: 1 addition & 1 deletion tools/CUPiD
Submodule CUPiD updated 58 files
+4 −12 .github/PULL_REQUEST_TEMPLATE.md
+0 −14 .github/workflows/tasklist_completed.yml
+0 −0 Contributors.md
+8 −8 NCARtips.md
+23 −22 README.md
+9 −5 cupid/clean.py
+22 −5 cupid/cupid_webpage.py
+12 −91 cupid/run_diagnostics.py
+188 −0 cupid/run_timeseries.py
+2 −1 cupid/timeseries.py
+1 −1 cupid/util.py
+24 −0 docs/ContributorsGuide.md
+0 −2 docs/NCARtips.rst
+8 −3 docs/addingnotebookstocollection.md
+2 −2 docs/conf.py
+0 −2 docs/config.md
+0 −2 docs/contributors.rst
+2 −0 docs/contributors_guide.rst
+2 −0 docs/contributors_to_cupid.rst
+3 −2 docs/index.rst
+2 −0 docs/ncar_tips.rst
+1 −1 environments/README
+2 −0 environments/cupid-analysis.yml
+1 −1 environments/cupid-infrastructure.yml
+1 −1 examples/.gitignore
+10 −6 examples/coupled_model/config.yml
+221 −0 examples/external_diag_packages/config.yml
+55 −24 examples/key_metrics/config.yml
+1 −1 externals/ADF
+1 −0 helper_scripts/.gitignore
+290 −0 helper_scripts/generate_adf_config_file.py
+152 −0 helper_scripts/generate_cupid_config_for_cesm_case.py
+0 −0 nblibrary/.gitignore
+0 −0 nblibrary/atm/Global_PSL_NMSE_compare_obs_lens.ipynb
+0 −0 nblibrary/atm/adf_quick_run.ipynb
+0 −0 nblibrary/atm/averaging_utils.py
+0 −0 nblibrary/atm/config_f.cam6_3_119.FLTHIST_ne30.r328_gamma0.33_soae.001.yaml
+223 −0 nblibrary/atm/link_to_ADF.ipynb
+0 −0 nblibrary/atm/nmse_utils.py
+0 −0 nblibrary/glc/Greenland_SMB_visual_compare_obs.ipynb
+0 −0 nblibrary/glc/utils.py
+0 −0 nblibrary/ice/cice_masks.yml
+0 −0 nblibrary/ice/cice_vars.yml
+0 −0 nblibrary/ice/plot_diff.py
+0 −0 nblibrary/ice/seaice.ipynb
+0 −0 nblibrary/ice/vect_diff.py
+0 −0 nblibrary/infrastructure/index.ipynb
+972 −0 nblibrary/lnd/Global_TerrestrialCouplingIndex_VisualCompareObs.ipynb
+0 −0 nblibrary/lnd/land_comparison.ipynb
+0 −0 nblibrary/ocn/ocean_surface.ipynb
+1,217 −0 nblibrary/rof/global_discharge_gauge_compare_obs.ipynb
+603 −0 nblibrary/rof/global_discharge_ocean_compare_obs.ipynb
+41 −0 nblibrary/rof/scripts/colors.py
+71 −0 nblibrary/rof/scripts/metrics.py
+88 −0 nblibrary/rof/scripts/utility.py
+51 −0 nblibrary/rof/setup/large_river_50.txt
+145 −0 nblibrary/rof/setup/setup.yaml
+4 −3 pyproject.toml

0 comments on commit 2d8f1e8

Please sign in to comment.