Skip to content

Commit

Permalink
Merge pull request #19 from GEOS-ESM/feature/wjiang/command_line
Browse files Browse the repository at this point in the history
Added command line feature for remap_restarts.py
  • Loading branch information
sdrabenh authored Nov 17, 2023
2 parents 312f5c2 + 39b7dd7 commit b5f6e68
Show file tree
Hide file tree
Showing 33 changed files with 2,338 additions and 1,032 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add CI step to make PR to MAPL3 on push to `main`

### Changed

### Fixed

### Removed

- Use of haswell nodes on NCCS machines

### Deprecated

## [2.0.4] - 2023-11-17

### Added

- Add CI step to make PR to MAPL3 on push to `main`

### Changed

- Add/update command_line options: more items such as label and altbcs were added to `remap_params.tpl`
- Updated paths to the legacy bcs data by pointing to the new "bcs_shared" directory in the GMAO project space.
- Support for new boundary conditions package output layout

### Removed

- Use of haswell nodes on NCCS machines for `cube_BCs.pl`

## [2.0.3] - 2023-08-24

### Changed
Expand Down
2 changes: 0 additions & 2 deletions post/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,3 @@ install(PROGRAMS
${CMAKE_CURRENT_BINARY_DIR}/3CH.j
DESTINATION post
)

add_subdirectory(tests)
5 changes: 0 additions & 5 deletions post/tests/CMakeLists.txt

This file was deleted.

54 changes: 0 additions & 54 deletions post/tests/s2sv3Toc12MOM6.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pre/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
add_subdirectory(NSIDC-OSTIA_SST-ICE_blend)
add_subdirectory(prepare_ocnExtData)

file(GLOB pythonscripts CONFIGURE_DEPENDS ./remap_restart/remap*)
file(GLOB pythonscripts CONFIGURE_DEPENDS ./remap_restart/remap* ./remap_restart/bin2nc_merra2* ./remap_restart/tests/*.*)
install(
PROGRAMS ${pythonscripts}
DESTINATION bin)
Expand Down
48 changes: 48 additions & 0 deletions pre/remap_restart/bin2nc_merra2_agcm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
variables:
- short_name: DUDT
long_name: eastward_wind_analysis_increment
units: 'm s-1'
dimension:
- lev
- lat
- lon
- short_name: DVDT
long_name: northward_wind_analysis_increment
units: 'm s-1'
dimension:
- lev
- lat
- lon
- short_name: DTDT
long_name: temperature_analysis_increment
units: 'K'
dimension:
- lev
- lat
- lon
- short_name: DPEDT
long_name: edge_pressure_analysis_increment
units: 'Pa'
dimension:
- lev
- lat
- lon
- short_name: DQVDT
long_name: specific_humidity_analysis_increment
units: 'kg kg-1'
dimension:
- lev
- lat
- lon
- short_name: DO3DT
long_name: ozone_analysis_increment
units: 'ppmv'
dimension:
- lev
- lat
- lon
dimensions:
lon: 180
lat: 1080
lev: 72
time: 1
Loading

0 comments on commit b5f6e68

Please sign in to comment.