Recent Releases of Bergen Layered Ocean Model
Bergen Layered Ocean Model - v1.6.5
What's Changed
- Change M4AGO tag to dev-1.0.1 by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/392
- fix sedfluxb for release-1.6 branch by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/402
- Fix diagnostic writing for coupled N-deposition by @jmaerz in https://github.com/NorESMhub/BLOM/pull/418
- Bugfix DNRA and introduce max_limiter by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/419
- Apply patch of latest commit in master for the dustflux output PR #420 to release1.6 branch by @jmaerz in https://github.com/NorESMhub/BLOM/pull/423
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.6.2...v1.6.5
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik 6 months ago

Bergen Layered Ocean Model - v1.4.3
What's Changed
- Fix namelist creating for multiple instances by @blcc in https://github.com/NorESMhub/BLOM/pull/406
- When NINST_OCN > 1, should be NTASKS_PER_INST_OCN by @blcc in https://github.com/NorESMhub/BLOM/pull/409
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.4.2...v1.4.3
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik 7 months ago

Bergen Layered Ocean Model - v1.6.2
Restructure testdefs for blom and hamocc
What's Changed
- release-1.6 : Restructure testdefs for blom and hamocc by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/386
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.6.1...v1.6.2
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik 8 months ago

Bergen Layered Ocean Model - v1.5.2
What's Changed
- Modify testlists for blom and hamocc by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/383
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.5.1...v1.5.2
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik 8 months ago

Bergen Layered Ocean Model - v1.4.2
What's Changed
- Release 1.4 update regression tests by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/380
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.4.1...v1.4.2
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik 8 months ago

Bergen Layered Ocean Model - v1.6.1
What's Changed
- Add lon,lat info in iHAMOCC output to more comply to cdo commands by @jmaerz in https://github.com/NorESMhub/BLOM/pull/355
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.6.0...v1.6.1
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik 10 months ago

Bergen Layered Ocean Model - v1.6.0
This release is intended as default BLOM/iHAMOCC component for NorESM2.3.
Release highlights
- BLOM default to use MKS units
- BLOM default to use new eddy parameterization
- iHAMOCC: First release with extended nitrogen cycle (optional)
- iHAMOCC: Include preformed Si tracer
- Include new external package M4AGO (optional new sinking scheme in iHAMOCC)
Externals_BLOM.cfg
package | tag |
---|---|
CVMix | v0.98-beta |
M4AGO | dev-1.0.0 |
Component (updated/not updated) relative to v1.5.1
NOTE: The inclusion of M4AGO
as an external dependency may require checking out a clean version of the source code, as the checkout_externals
script will sometimes fail to check out this code with old source code versions.
What's Changed
- Remove science_support attribute for compsets by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/323
- Keep only
user_nl_blom
-changed values for namelist/bgcparams/
by @jmaerz in https://github.com/NorESMhub/BLOM/pull/328 - Write parameter values as global attributes to nc-file by @jmaerz in https://github.com/NorESMhub/BLOM/pull/329
- Update meson and remove build with intel compiler by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/324
- Hybrid coordinate enhancements 4 by @matsbn in https://github.com/NorESMhub/BLOM/pull/330
- Decrease opal dissolution rate in sediments and switch on sediment spinup by default by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/332
- Update CI test code section by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/333
- SIunits4hamocc by @jmaerz in https://github.com/NorESMhub/BLOM/pull/233
- Re-organize config_pes.xml file by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/326
- Fix bug in cgs to mks conversion for tracer field by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/334
- New and updated topographic beta files. by @matsbn in https://github.com/NorESMhub/BLOM/pull/335
- Changed default eddy parameterization for isopycnic vertical coordinate by @matsbn in https://github.com/NorESMhub/BLOM/pull/337
- new CESM stream relaxation capability for sss and sst by @mvertens in https://github.com/NorESMhub/BLOM/pull/342
- point to the correct location for stream sss relaxation by @mvertens in https://github.com/NorESMhub/BLOM/pull/345
- Making MKS units default by @matsbn in https://github.com/NorESMhub/BLOM/pull/344
- Add missing configurations for the ATRC option by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/346
- compilation bugfix for nuopc cap by @mvertens in https://github.com/NorESMhub/BLOM/pull/347
- remove unnecesarry unit conversion g<->kg for tracer field in thermf_cesm.F by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/348
- Merge extended nitrogen cycle, M4AGO scheme and preformed Si tracer into master by @jmaerz in https://github.com/NorESMhub/BLOM/pull/269
- group call to apply_fedep together with other routines for external inputs by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/350
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.5.1...v1.6.0
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik 11 months ago

Bergen Layered Ocean Model - v1.5.1
What's Changed
- Remove science_support attribute for compsets by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/321
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.5.0...v1.5.1
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik over 1 year ago

Bergen Layered Ocean Model - v1.5.0
This release is intended as default BLOM/iHAMOCC component for NorESM2.1, and is the first release that is not backwards compatible with CMIP6 versions of NorESM2.
Release highlights
- iHAMOCC bug fixes:
- sediment alkalinity
- sinking of free dust with potential effects on burial rates
- burial time smoothing (time smoothing was formerly applied multiple times)
- iHAMOCC fixes to OpenMP code blocks
- BLOM hybrid coordinates
What's Changed
- Fix wdust by @jmaerz in https://github.com/NorESMhub/BLOM/pull/185
- Merge branch 'master' into 'feature-hamocc_beyond-CMIP6' by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/190
- Merging master into beyond-CMIP6 by @jmaerz in https://github.com/NorESMhub/BLOM/pull/196
- BUG fixes: sediment alkalinity and sediment C14 by @jmaerz in https://github.com/NorESMhub/BLOM/pull/194
- Merge from master by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/215
- Merge master into feature-hamocc_beyond-CMIP6 branch by @jmaerz in https://github.com/NorESMhub/BLOM/pull/226
- fix missing ' by @jmaerz in https://github.com/NorESMhub/BLOM/pull/229
- Merge latest master into feature-hamocc_beyond-CMIP6 branch by @jmaerz in https://github.com/NorESMhub/BLOM/pull/232
- Feature hamocc beyond cmip6 by @jmaerz in https://github.com/NorESMhub/BLOM/pull/237
- Removed OMP in pressure calculation to avoid race condition by @jmaerz in https://github.com/NorESMhub/BLOM/pull/243
- Fix OPenMP issues in carchm by @jmaerz in https://github.com/NorESMhub/BLOM/pull/244
- Merging latest master changes into the feature-hamocc_beyond-CMIP6 branch by @jmaerz in https://github.com/NorESMhub/BLOM/pull/246
- Merging recent master developments into the beyond-CMIP6 branch to keep it up-to-date by @jmaerz in https://github.com/NorESMhub/BLOM/pull/260
- Merging master into feature-hamocc_beyond-CMIP6 by @jmaerz in https://github.com/NorESMhub/BLOM/pull/268
- Fix potential OMP issues and bug fix in wrapping the burial fields by @jmaerz in https://github.com/NorESMhub/BLOM/pull/273
- Merging master into the beyond-CMIP6 branch by @jmaerz in https://github.com/NorESMhub/BLOM/pull/282
- Merge master into beyond-CMIP6 branch by @jmaerz in https://github.com/NorESMhub/BLOM/pull/311
- Properly declare and initialize bifrXX_ini and clean mo_biomod from growth_co2 by @jmaerz in https://github.com/NorESMhub/BLOM/pull/314
- Breaking CMIP6 backward compatibility through bugfixes - iHAMOCC ready for NorESM2.1 by @jmaerz in https://github.com/NorESMhub/BLOM/pull/315
- Hybrid coordinate enhancements 3 by @matsbn in https://github.com/NorESMhub/BLOM/pull/316
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.4.0...v1.5.0
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik over 1 year ago

Bergen Layered Ocean Model - v1.4.0
This release maintains backward compatibility with the CMIP6 version of BLOM/iHAMOCC used by NorESM2.
Release highlights
- Major iHAMOCC code re-organization
- most pre-processor flags ("ifdefs") replaced by logical flags that are read in via namelist
- all subroutines placed in modules
- new module mo_param_bgc collects all model parameters and routines for initialization of model parameters
- Major iHAMOCC code style changes (unified indentation, lower-case keywords)
- Added regression testing functionality for BLOM, when run as part of NorESM
- New mechanisms to create namelist files when run as part of NorESM (consistent with other NorESM components), through the file namelist_definition_blom.xml
- New mesoscale eddy diffusivity options
- C-isotope code for sediment now technically supported
- Added support for simulating Ocean Alkalinity Enhancement
What's Changed
- Bugfix pnetcdf by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/208
- Fixed dust units and renamed calcium burial to CaCO3 burial by @jmaerz in https://github.com/NorESMhub/BLOM/pull/212
- Updates and corrections for CGS/MKS unit systems by @matsbn in https://github.com/NorESMhub/BLOM/pull/217
- Merged master into SI_units branch by @matsbn in https://github.com/NorESMhub/BLOM/pull/218
- Add option for surface pH output by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/221
- Remove unused parameters in wrt* subroutine calls in ncout_hamocc.F90 by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/222
- Import get_bgc_namelist only in subroutine where it is needed. by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/225
- SI units by @milicak in https://github.com/NorESMhub/BLOM/pull/219
- fix missing ' by @jmaerz in https://github.com/NorESMhub/BLOM/pull/228
- Add linear ramping-up scenario for ocean alkalinisation by @TimotheeBrgs in https://github.com/NorESMhub/BLOM/pull/224
- Quick fix on buildnml after incomplete shell variable renaming from PR 224 by @TimotheeBrgs in https://github.com/NorESMhub/BLOM/pull/234
- Hamocc fix restart file units by @jmaerz in https://github.com/NorESMhub/BLOM/pull/239
- fix string count number by @jmaerz in https://github.com/NorESMhub/BLOM/pull/242
- Hybrid coordinate enhancements by @matsbn in https://github.com/NorESMhub/BLOM/pull/235
- add ability to read input file for ocean alkalinization by @TimotheeBrgs in https://github.com/NorESMhub/BLOM/pull/241
- add output for N-deposition and ocean alkalinization fluxes by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/247
- fixed pnetcdf usage in CIME by @mvertens in https://github.com/NorESMhub/BLOM/pull/251
- New mesoscale eddy diffusivity options by @matsbn in https://github.com/NorESMhub/BLOM/pull/253
- Update config_pes for OMIP-2 simulations on Betzy by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/248
- work around compile-time error in iHAMOCC when debug mode is activated by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/256
- fix wrong parametes in C-isotop code by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/257
- Hybrid coordinate enhancements 2 by @matsbn in https://github.com/NorESMhub/BLOM/pull/255
- add BLOM regression test functionality by @mvertens in https://github.com/NorESMhub/BLOM/pull/262
- Add file mo_boxatm.F90 by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/265
- Add capability to run C-isotopes with sediment code switched on by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/266
- Feature iHAMOCC nml by @jmaerz in https://github.com/NorESMhub/BLOM/pull/261
- refactor buildnml to use the CIME-CCS python based namelist generation capabilities by @mvertens in https://github.com/NorESMhub/BLOM/pull/263
- Set default of swaclimfile to empty string by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/274
- Fix missing variables in use statements for C-isotope code by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/276
- add riverine C-isotope input by @monsieuralok in https://github.com/NorESMhub/BLOM/pull/277
- remove #ifdefs from HAMOCC by @mvertens in https://github.com/NorESMhub/BLOM/pull/280
- Update ci.yml with ecosys enabled by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/284
- Fixes to run C-isotopes by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/286
- Fix bug in restart/initialization for C-isotope sediment fields by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/287
- Add capability to run OAE experiments with an OmegaA threshold by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/291
- Fix bug in powach.F90 C-isotope code by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/290
- hotfix for line length issue by @jmaerz in https://github.com/NorESMhub/BLOM/pull/293
- migrate HAMOCC config settings to run time namelist settings by @mvertens in https://github.com/NorESMhub/BLOM/pull/281
- transfer most parameters into mo_param_bgc by @jmaerz in https://github.com/NorESMhub/BLOM/pull/294
- Move main sediment parameters to mo_param_bgc by @jmaerz in https://github.com/NorESMhub/BLOM/pull/297
- Remove dmspar variable by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/300
- Some cosmetic changes by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/299
- Remove variable bolven from sediment code, consistent treatment of dms parameters by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/301
- Minor fixes for configuration and namelist creation by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/303
- New hamocc formatting by @mvertens in https://github.com/NorESMhub/BLOM/pull/305
- Fix for omp bug found in the github actions by @mvertens in https://github.com/NorESMhub/BLOM/pull/307
- Feature code cosmetics2 by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/308
- Exclude HAMOCC from compilation for cmp-flag ecosys=false by @jmaerz in https://github.com/NorESMhub/BLOM/pull/309
New Contributors
- @TimotheeBrgs made their first contribution in https://github.com/NorESMhub/BLOM/pull/224
- @mvertens made their first contribution in https://github.com/NorESMhub/BLOM/pull/251
- @monsieuralok made their first contribution in https://github.com/NorESMhub/BLOM/pull/277
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.3.0...v1.4.0
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik over 1 year ago

Bergen Layered Ocean Model - v1.3.0
This release maintains backward compatibility with the CMIP6 version of BLOM/iHAMOCC used by NorESM2.
Release highlights
- Include option for hybrid vertical coordinates
- Include option for sediment spinup
- Include support for NUOPC driver
- iHAMOCC source code structure:
- completed conversion to free-source format
- explicit use statements for all imported variables
Changes in model structure
The hybrid vertical coordinate formulation relies on an external package CVmix, which is included as a git submodule. When building NorESM, the external dependency should be declared in the Externals.cfg
file:
[blom]
...
externals = Externals_BLOM.cfg
Changes in model diagnostics
Some of the model output diagnostics have changed in this release, either due to structural changes or bug fixes. Please use v1.2.0
if you need the older versions of these output fields.
BLOM
- Starting from commit 9e6bd6b, which introduced hybrid vertical coordinates, model output changed for the following 4 fields:
wflx : vertical mass flux
wflx2 : vertical mass flux squared
bfsq : buoyancy frequency squared
bfsqlvl: buoyancy frequency squared (constant depth levels)
- Pull request #205 included a correction on the variable
dp_trc
:
dp_trc : This variable is supposed to in unit Pa = kg m-1 s-2 but is wrongly output in unit g cm-1 s-2.
iHAMOCC
- Pull request #202 changed the definition of the variable
KWCO2
, with the original definition retained in a new variableKWCO2KHM
:
Original definition table:
! KWCO2 - Piston velocity times solubility (kwco2*kh; moist air) [m s-1 mol kg-1 uatm-1]
New definition table:
! KWCO2 - Piston velocity (kwco2) [m s-1]
! KWCO2KHM - Piston velocity times solubility (kwco2*kh; moist air) [m s-1 mol kg-1 uatm-1]
What's Changed
- Feature hybrid coord2 by @milicak in https://github.com/NorESMhub/BLOM/pull/116
- Modifications and new features for hybrid vertical coordinate by @matsbn in https://github.com/NorESMhub/BLOM/pull/117
- Feature hybrid coord2 by @milicak in https://github.com/NorESMhub/BLOM/pull/118
- Added diagnostics of vertical momentum, heat and salt diffusivities. by @matsbn in https://github.com/NorESMhub/BLOM/pull/119
- Bottom Brunt-Vaisala frequency computation added. by @milicak in https://github.com/NorESMhub/BLOM/pull/120
- Diffusivity estimation and diagnostics modifications. by @matsbn in https://github.com/NorESMhub/BLOM/pull/121
- CVMix subroutines call order changed. by @milicak in https://github.com/NorESMhub/BLOM/pull/122
- Modified layer range for eddy diffusivity estimation with hybrid vertical coordinate. by @matsbn in https://github.com/NorESMhub/BLOM/pull/125
- Do not add -DLEVITUS2X option when building with tnx2v1 grid by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/135
- Added functionality to run BLOM with hybrid vertical coordinate in NorESM by @matsbn in https://github.com/NorESMhub/BLOM/pull/133
- Add mo_clim_swa.F90 to meson.build file. by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/138
- bugfix: removed additional dimension in dust input field in hammoc4bcm by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/149
- Refactor inventory bgc by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/143
- bugfix inventory: Allow zero index iogrp for debugging. by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/155
- bugfix: typo in inventory by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/156
- Expl use statem by @jmaerz in https://github.com/NorESMhub/BLOM/pull/157
- Remove reference to unused cpp flag RESTART_BGC. by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/158
- Cpp replace dmsph by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/160
- Feature hamocc sediment spinup by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/162
- Set return value for bromoform fluxes also if the scheme is not activated by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/167
- Revise modules for handling of external inputs (N-dep, rinvers, iron)… by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/168
- Fix the compset name for the SSP5-3.4 scenario to conform to the name… by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/171
- Updates to hybrid vertical coordinate and functionality of standalone and NorESM application by @matsbn in https://github.com/NorESMhub/BLOM/pull/170
- Update meson & bugfix in accfields by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/172
- Update feature-hybrid_coord2 branch with latest iHAMOCC development by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/173
- Ensure checkout of CVMix tag v0.98-beta by @matsbn in https://github.com/NorESMhub/BLOM/pull/175
- Hybrid vertical coordinate by @matsbn in https://github.com/NorESMhub/BLOM/pull/176
- Fix timestep inventory by @jmaerz in https://github.com/NorESMhub/BLOM/pull/174
- Add pause-resume function by @blcc in https://github.com/NorESMhub/BLOM/pull/177
- Hamocc fix2free by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/184
- Update description in some module headers that were outdated by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/186
- Add framwork for applying ocean alkalinization scenarios by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/187
- ADD oafx to meson by @jmaerz in https://github.com/NorESMhub/BLOM/pull/188
- Dynamic mapping of pore water tracers to ocean tracers by @jmaerz in https://github.com/NorESMhub/BLOM/pull/192
- Lon-lat variable sediment porosity by @jmaerz in https://github.com/NorESMhub/BLOM/pull/189
- Bugfix kOBL by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/182
- Fixing variable sediment porosity - field initialization in case of
sedbypass=true
by @jmaerz in https://github.com/NorESMhub/BLOM/pull/198 - Hamocc hybrid coord2 by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/179
- Support for NUOPC driver by @matsbn in https://github.com/NorESMhub/BLOM/pull/199
- Fix porosity read by @jmaerz in https://github.com/NorESMhub/BLOM/pull/201
- Correct unit of diagnostic field and make conservation and checksum diagnostics selectable by namelist options by @matsbn in https://github.com/NorESMhub/BLOM/pull/205
- pCO2, Piston velocity and solubility output by @jmaerz in https://github.com/NorESMhub/BLOM/pull/202
- Bugfix pnetcdf (#208) by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/209
- Merges the clay units fix to milestones branch. by @jmaerz in https://github.com/NorESMhub/BLOM/pull/213
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.2.0...v1.3.0
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik over 2 years ago

Bergen Layered Ocean Model - v1.2.0
About this release
This release maintains backward compatibility with the CMIP6 version of BLOM/iHAMOCC used by NorESM2.
- Implement bromoform tracer and coupling
- Allocatable tracer array
- Modified CIME interface to work with both CESM2.1 and CESM2.2 based NorESM versions
- Add CONTRIBUTING.md file
What's Changed
- Implement bromoform tracer and coupling by @tjiputra in https://github.com/NorESMhub/BLOM/pull/73
- Fix wrong variable name in ncout_hamocc by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/74
- Feature hamocc vsls by @tjiputra in https://github.com/NorESMhub/BLOM/pull/79
- Feature channel by @AleksiNummelin in https://github.com/NorESMhub/BLOM/pull/78
- Simplify and cache Intel CI setup by @nordmoen in https://github.com/NorESMhub/BLOM/pull/82
- Make 'xchalt' signal error by @nordmoen in https://github.com/NorESMhub/BLOM/pull/84
- OpenMP fix and disabling answer changing optimizations by @matsbn in https://github.com/NorESMhub/BLOM/pull/88
- Initial unit testing implementation by @nordmoen in https://github.com/NorESMhub/BLOM/pull/89
- correction on chbr3 photolysis by @tjiputra in https://github.com/NorESMhub/BLOM/pull/93
- bugfix: openmp private declarations by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/91
- Bugfix cisonew by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/92
- Add CONTRIBUTING.md file. by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/95
- Replace type REAL with LOGICAL for bgcwrt. by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/101
- Update copyright and comment sections for various iHAMOCC files. by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/102
- Change reading of BGC namelist by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/106
- Extend mo intfcblom by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/109
- Update README.md by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/111
- Import
nocetra
variable from mo_param1_bgc in mod_tracers. by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/112 - Allocatable tracer array by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/113
- Bugfix openmp: include variables t2,t3,t4 in PRIVATE list by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/126
- Add pes layout for f19_tn14 resolution in cplhist mode by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/129
- Bugfix: write tracer restart files for all experiments. by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/124
- Feature hamocc vsls upd by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/132
- Modified CIME interface to work with both CESM2.1 and CESM2.2 based NorESM versions by @matsbn in https://github.com/NorESMhub/BLOM/pull/131
- Update restart to f90 by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/130
- Fixed accessing arrays beyond sensible range and initialized some variables. by @matsbn in https://github.com/NorESMhub/BLOM/pull/134
- Update Release-1.2 branch from master by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/140
New Contributors
- @tjiputra made their first contribution in https://github.com/NorESMhub/BLOM/pull/73
Full Changelog: https://github.com/NorESMhub/BLOM/compare/v1.1.0...v1.2.0
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik over 3 years ago

Bergen Layered Ocean Model - v1.1.0
About this release
This release maintains backward compatibility with the CMIP6 version of BLOM/iHAMOCC used by NorESM2.
- Include meson build system and GitHub CI workflow
- Include new stand-alone test cases: Fukamachi et al. (1995) as
fuk95
, and single column case - Support for high resolution (sub 1 degree) grids
What's Changed
- Add multiple instance of CESM2 support. by @blcc in https://github.com/NorESMhub/BLOM/pull/35
- Corrected time-smoothing of forcing fields by @matsbn in https://github.com/NorESMhub/BLOM/pull/39
- Bugfix multiple instance of CESM2 support by @matsbn in https://github.com/NorESMhub/BLOM/pull/40
- Corrected bug in BLOM's buildnml script, iHAMOCC initial condition fi… by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/42
- Added handling of N-deposition files for N2000 compsets by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/44
- Revised time management by @matsbn in https://github.com/NorESMhub/BLOM/pull/46
- Refactor sediment code by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/48
- Fix comments with references to removed subroutine beleg_bgc. by @TomasTorsvik in https://github.com/NorESMhub/BLOM/pull/60
- Replacing header files and common blocks with Fortran modules. by @matsbn in https://github.com/NorESMhub/BLOM/pull/61
- Add CI integration with Github Actions by @nordmoen in https://github.com/NorESMhub/BLOM/pull/64
- Fixed several instances of truncated F77 fix-source format code lines in iHAMOCC by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/67
- Added support for compiling hamocc with Meson by @nordmoen in https://github.com/NorESMhub/BLOM/pull/66
- Added gcc and intel compiler debug flags for Meson build. by @matsbn in https://github.com/NorESMhub/BLOM/pull/68
- Meson build system and CI workflow for automatic build testing by @matsbn in https://github.com/NorESMhub/BLOM/pull/69
- Added Fukamachi et al. (1995) test case by @matsbn in https://github.com/NorESMhub/BLOM/pull/70
- Update Github CI to run on all branches and simplify by @nordmoen in https://github.com/NorESMhub/BLOM/pull/72
- Single column test case by @milicak in https://github.com/NorESMhub/BLOM/pull/71
- Initialized surface flux of tracers and corrected debug flag for intel compiler by @matsbn in https://github.com/NorESMhub/BLOM/pull/75
- Added new pe-layout for OMIP1 compsets with iHAMOCC using the tnx2 gr… by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/77
- Feature highres by @AleksiNummelin in https://github.com/NorESMhub/BLOM/pull/76
New Contributors
- @blcc made their first contribution in https://github.com/NorESMhub/BLOM/pull/35
Full Changelog: https://github.com/NorESMhub/BLOM/commits/v1.1.0
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik over 3 years ago

Bergen Layered Ocean Model - release-blom1.0.0
About this release
This is the first full release of the BLOM model. It is intended for use with NorESM2.0, and is fully compatible with CMIP6 NorESM experiments.
- Replace MICOM with BLOM.
- Include LGPL license and copyright notices in all source files.
What's Changed
- add documentation by @mvhulten in https://github.com/NorESMhub/BLOM/pull/1
- Inserted copyright notice into all iHAMOCC files. Deleted unused file… by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/5
- Remaining copyright notices, LGPL license and some code cleanup by @matsbn in https://github.com/NorESMhub/BLOM/pull/6
- Replace MICOM with BLOM by @matsbn in https://github.com/NorESMhub/BLOM/pull/7
- Removed a few tab-characters since these do not conform with the Fort… by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/9
- Updated generation of input data list and netCDF settings by @matsbn in https://github.com/NorESMhub/BLOM/pull/10
- Writing of iHAMOCC initial condition files to blom.input_data_list by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/12
- Fixed #14 formatting and OpenMP issues by @j34ni in https://github.com/NorESMhub/BLOM/pull/15
- Major iHAMOCC code update: simplification of BLOM-iHAMOCC interface including initialization, changed handling of boundary conditions by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/13
- Added science_support indicators for OMIP type compsets in config_com… by @JorgSchwinger in https://github.com/NorESMhub/BLOM/pull/20
- Restructured BLOM input data, bug fixes and code clean-up by @matsbn in https://github.com/NorESMhub/BLOM/pull/21
- Added a "dummy" testlist_blom.xml by @matsbn in https://github.com/NorESMhub/BLOM/pull/22
- added feature for missing compsets from featureCESM2.1.0-OsloDevelopment by @DirkOlivie in https://github.com/NorESMhub/BLOM/pull/24
New Contributors
- @mvhulten made their first contribution in https://github.com/NorESMhub/BLOM/pull/1
- @j34ni made their first contribution in https://github.com/NorESMhub/BLOM/pull/15
- @DirkOlivie made their first contribution in https://github.com/NorESMhub/BLOM/pull/24
Full Changelog: https://github.com/NorESMhub/BLOM/commits/v1.0.0
Hydrosphere - Ocean Models
- Fortran
Published by TomasTorsvik over 3 years ago
