Skip to content

Commit

Permalink
updates for alpha05c
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 27, 2024
1 parent 62d15a8 commit ae9a7e3
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 25 deletions.
24 changes: 12 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
path = ccs_config
url = https://github.com/ESMCI/ccs_config_cesm.git
fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git
fxtag = ccs_config_cesm1.0.12
fxtag = ccs_config_cesm1.0.15
fxrequired = ToplevelRequired

[submodule "cime"]
path = cime
url = https://github.com/ESMCI/cime
fxDONOTUSEurl = https://github.com/ESMCI/cime
fxtag = cime6.1.46
fxtag = cime6.1.55
fxrequired = ToplevelRequired

[submodule "fms"]
Expand All @@ -51,29 +51,29 @@
path = share
url = https://github.com/ESCOMP/CESM_share
fxDONOTUSEurl = https://github.com/ESCOMP/CESM_share
fxtag = share1.1.5
fxtag = share1.1.7
fxrequired = ToplevelRequired

[submodule "cam"]
path = components/cam
url = https://www.github.com/ESCOMP/CAM
fxDONOTUSEurl = https://www.github.com/ESCOMP/CAM
fxtag = cam6_4_047
fxtag = cam6_4_048
fxrequired = ToplevelRequired

[submodule "clm"]
path = components/clm
url = https://github.com/ESCOMP/CTSM
fxDONOTUSEurl = https://github.com/ESCOMP/CTSM
fxrequired = ToplevelRequired
fxtag = ctsm5.3.014
fxtag = ctsm5.3.016

[submodule "cice"]
path = components/cice
url = https://github.com/ESCOMP/CESM_CICE
fxDONOTUSEurl = https://github.com/ESCOMP/CESM_CICE
fxrequired = ToplevelRequired
fxtag = cesm3_cice6_5_0_14
fxtag = cesm3_cice6_6_0_5

[submodule "mom"]
path = components/mom
Expand All @@ -86,22 +86,22 @@
path = components/cism
url = https://github.com/ESCOMP/cism-wrapper.git
fxDONOTUSEurl = https://github.com/ESCOMP/cism-wrapper.git
fxtag = cismwrap_2_2_002
fxtag = cismwrap_2_2_005
fxrequired = ToplevelRequired

[submodule "cdeps"]
path = components/cdeps
url = https://github.com/ESCOMP/CDEPS
fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS
fxrequired = ToplevelRequired
fxtag = cdeps1.0.57
fxtag = cdeps1.0.61

[submodule "cmeps"]
path = components/cmeps
url = https://github.com/ESCOMP/CMEPS.git
fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git
fxrequired = ToplevelRequired
fxtag = cmeps1.0.25
fxtag = cmeps1.0.33

[submodule "rtm"]
path = components/rtm
Expand All @@ -122,14 +122,14 @@
url = https://github.com/ESCOMP/mizuRoute
fxDONOTUSEurl = https://github.com/ESCOMP/mizuRoute
fxrequired = ToplevelRequired
fxtag = cesm-coupling.n02_v2.1.3
fxtag = cesm-coupling.n03_v2.2.0

[submodule "mosart"]
path = components/mosart
url = https://github.com/ESCOMP/MOSART
fxDONOTUSEurl = https://github.com/ESCOMP/MOSART
fxrequired = ToplevelRequired
fxtag = mosart1.1.05
fxtag = mosart1.1.06

[submodule "parallelio"]
path = libraries/parallelio
Expand Down Expand Up @@ -157,4 +157,4 @@
url = https://github.com/NCAR/CUPiD.git
fxDONOTUSEurl = https://github.com/NCAR/CUPiD.git
fxrequired = ToplevelRequired
fxtag = v0.1.1
fxtag = v0.1.2
2 changes: 1 addition & 1 deletion ccs_config
2 changes: 1 addition & 1 deletion components/cam
2 changes: 1 addition & 1 deletion components/cdeps
2 changes: 1 addition & 1 deletion components/cice
2 changes: 1 addition & 1 deletion components/clm
Submodule clm updated 723 files
2 changes: 1 addition & 1 deletion components/mizuroute
Submodule mizuroute updated 202 files
2 changes: 1 addition & 1 deletion components/rtm
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 ae9a7e3

Please sign in to comment.