Skip to content

Commit

Permalink
Merge pull request #635 from NCAR/aether
Browse files Browse the repository at this point in the history
New interface to the Aether lat-lon model
  • Loading branch information
hkershaw-brown authored Mar 12, 2024
2 parents 50e8165 + 8c72bd6 commit 2ce02fb
Show file tree
Hide file tree
Showing 17 changed files with 2,820 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ gitm_to_netcdf
netcdf_to_gitm_blocks
streamflow_obs_diag
cam_dart_obs_preprocessor
aether_to_dart
dart_to_aether

# Observation converter exectutables
convert_aviso
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ individual files.

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

**March 12 2024 :: Aether lat-lon. Tag v11.2.0**

- Aether lat-lon interface added to DART.

**March 11 2024 :: SEIR model for infectious diseases. Tag v11.1.0**

- Added SEIR model which simulates the spread of infectious diseases, for example COVID-19.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module netcdf_utilities_mod
nc_begin_define_mode, &
nc_end_define_mode, &
nc_synchronize_file, &
NF90_MAX_NAME, NF90_MAX_VAR_DIMS
NF90_MAX_NAME, NF90_MAX_VAR_DIMS, NF90_FILL_REAL


! note here that you only need to distinguish between
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Data Assimilation Research Section'

# The full version, including alpha/beta/rc tags
release = '11.1.0'
release = '11.2.0'
root_doc = 'index'

# -- General configuration ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ References
:hidden:

models/9var/readme
models/aether_lat-lon/readme
models/am2/readme
models/bgrid_solo/readme
models/cam-fv/readme
Expand Down
Loading

0 comments on commit 2ce02fb

Please sign in to comment.