Skip to content

Commit

Permalink
Update changelog for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jun 10, 2024
1 parent 7a2c0a6 commit 7500cee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added new BCS version v12

### Changed

- Move to use `time_ave_util.x` from MAPL instead of `time_ave.x`

### Fixed

### Removed

- mask from `read_reynolds.F90`

### Deprecated

## [2.1.0] - 2024-06-10

### Added

- Added new BCS version v12
- Updates for TEM diagnostics

### Removed

- Removed mask from `read_reynolds.F90`

## [2.0.8] - 2024-03-29

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions post/gcmpost_CPLFCSTfull.script
Original file line number Diff line number Diff line change
Expand Up @@ -583,11 +583,11 @@ foreach collection ( $collections )
echo " Performing time average ..."
if(! -e time_ave.rc ) ln -s $GEOSUTIL/post/time_ave.rc .
if( $NCPUS == "NULL" | $NCPUS == 1 | !($?RUN_CMD) ) then
$GEOSUTIL/post/time_ave_util.x -hdf $locals -rc time_ave.rc \
$GEOSUTIL/post/time_ave.x -hdf $locals -rc time_ave.rc \
-tag $expid.$collection.monthly \
-d $expid.$collection.diurnal $STRICT
else
$RUN_CMD $NCPUS $GEOSUTIL/post/time_ave_util.x -hdf $locals -rc time_ave.rc \
$RUN_CMD $NCPUS $GEOSUTIL/post/time_ave.x -hdf $locals -rc time_ave.rc \
-tag $expid.$collection.monthly \
-d $expid.$collection.diurnal $STRICT
endif
Expand Down
4 changes: 2 additions & 2 deletions post/gcmpost_CPLFCSTpart.script
Original file line number Diff line number Diff line change
Expand Up @@ -583,12 +583,12 @@ foreach collection ( $collections )
echo " Performing partial time average ..."
if(! -e time_ave.rc ) ln -s $GEOSUTIL/post/time_ave.rc .
if( $NCPUS == "NULL" | $NCPUS == 1 | !($?RUN_CMD) ) then
$GEOSUTIL/post/time_ave_util.x -hdf $locals -rc time_ave.rc \
$GEOSUTIL/post/time_ave.x -hdf $locals -rc time_ave.rc \
-tag $expid.$collection.monthly \
-ntmin 1 \
-d $expid.$collection.diurnal $STRICT
else
$RUN_CMD $NCPUS $GEOSUTIL/post/time_ave_util.x -hdf $locals -rc time_ave.rc \
$RUN_CMD $NCPUS $GEOSUTIL/post/time_ave.x -hdf $locals -rc time_ave.rc \
-tag $expid.$collection.monthly \
-ntmin 1 \
-d $expid.$collection.diurnal $STRICT
Expand Down

0 comments on commit 7500cee

Please sign in to comment.