Skip to content

METROMS v0.4

Latest
Compare
Choose a tag to compare
@jostbr jostbr released this 03 May 12:41
· 61 commits to master since this release

METROMS has seen significant use in operational ocean and sea ice modelling at MET Norway and the system has also seen increased interest from the rest of the modelling community. From this work, a number of improvements to the code base have been made and thus motivating the release of this new version.

Changes related to the model code itself:

  • support for time-varying open boundary conditions in CICE (see #21)
  • support for data assimilation of sea ice concentration via COIN algorithm in CICE (see #31)
  • support for hourly restart file dump in CICE (see #35)
  • support for CICE to handle relative humidty
  • addition of new ROMS source code to the repository (SVN version 1041)

Changes to the surrounding scripting framework:

  • added python tool to compute wind stress
  • added python tool generate CICE boundary files
  • general improvements to metroms/tools/*.py scripts
  • extensive work on compiling + running scripts to support various HPC's, this includes makefiles, build scripts, modules etc.
  • various bugfixes