Skip to content

Commit 65c33a7

Browse files
Merge pull request #370 from NCAR/cam-fv-se-shared
CAM SE and cam-common-code
2 parents 220678f + e9118d9 commit 65c33a7

24 files changed

+7707
-2619
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ individual files.
2222

2323
The changes are now listed with the most recent at the top.
2424

25+
**September 22 2022 :: CAM-SE. Tag: v10.5.0**
26+
27+
- CAM-SE interface for Manhattan
28+
- Shared code for CAM-SE and CAM-FV model_mods in cam-common-code
29+
2530
**September 21 2022 :: ROMS model_mod perturbation routine Tag: v10.4.0**
2631

2732
- Adds a pert_model_copies subroutine to the ROMS model_mod to enable proper

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'Data Assimilation Research Section'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '10.4.0'
24+
release = '10.5.0'
2525
master_doc = 'README'
2626

2727
# -- General configuration ---------------------------------------------------

guide/important-capabilities-dart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FESOM Manhattan NOAH-MP Manhattan
3333
WRF-Hydro Manhattan GCCOM Lanai
3434
LMDZ Lanai MITgcm_ocean Lanai
3535
NAAPS Lanai AM2 Lanai
36-
CAM-SE Lanai CLM Lanai
36+
CAM-SE Manhattan CLM Manhattan
3737
COAMPS Lanai COSMO Lanai
3838
Dynamo Lanai GITM Lanai
3939
Ikeda Lanai JULES Lanai

models/CESM/readme.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,11 @@ $DART/models/{cesm components} organization
197197

198198
.. container:: keepspace
199199

200-
================================= ==================================================================================
200+
================================= =======================================================================================
201201
PATHNAMES NOTES
202-
================================= ==================================================================================
202+
================================= =======================================================================================
203203
\
204-
$DART/models/**cam-fv**/ An interface for the CAM-FV dynamical core (CAM-SE will be available in 2021)
204+
$DART/models/**cam-fv**/ An interface for the CAM-FV dynamical core (CAM-SE is available in $DART/models/cam-se)
205205
...model_mod.\* The fortran interface between CAM-FV and DART
206206
...work/ Build DART executables (filter, ...) here before running setup\_\*
207207
...shell_scripts/ Setup and support scripts
@@ -242,7 +242,7 @@ $DART/models/{cesm components} organization
242242
......run_perfect_model_obs.csh Script to run a perfect model observation job.
243243
...
244244
\
245-
================================= ==================================================================================
245+
================================= =======================================================================================
246246

247247
.. warning::
248248
Experience on a variety of machines has shown that it is a very good idea

0 commit comments

Comments
 (0)