The mismatch of the actual and reference date – in #9: CCLM

in #9: CCLM

<p> Changes from 5.0clm15 to 5.0clm16 are <br/> <pre> <ul> <li>corrected a bug for netCDF restart files when running long time simulations: change some variable definitions to higher precision<br/> <em>affected modules:</em></li> </ul></pre> </p> * src_input.f90 <ul> <li> add cell_method “time: point” to instantaneous quantities. <br/> <em> affected modules: </em> </li> </ul> * netcdf_io.f90 <ul> <li> allow for missing_value==-1.E20 in <span class="caps"> CIN </span> _MU, <span class="caps"> CIN </span> _ML, <span class="caps"> CAPE </span> _MU, <span class="caps"> CAPE </span> _ML in case of netCDF output <br/> <em> affected modules: </em> </li> </ul> * src_output.f90 <p> <br/> These should not affect the results. However, you can also just replace the src_input.f90 in your clm5-code by the one you changed in the clm16 version to avoid inconsistencies in the output meta data. </p>

  @burkhardtrockel in #b52c3d8

<p> Changes from 5.0clm15 to 5.0clm16 are <br/> <pre> <ul> <li>corrected a bug for netCDF restart files when running long time simulations: change some variable definitions to higher precision<br/> <em>affected modules:</em></li> </ul></pre> </p> * src_input.f90 <ul> <li> add cell_method “time: point” to instantaneous quantities. <br/> <em> affected modules: </em> </li> </ul> * netcdf_io.f90 <ul> <li> allow for missing_value==-1.E20 in <span class="caps"> CIN </span> _MU, <span class="caps"> CIN </span> _ML, <span class="caps"> CAPE </span> _MU, <span class="caps"> CAPE </span> _ML in case of netCDF output <br/> <em> affected modules: </em> </li> </ul> * src_output.f90 <p> <br/> These should not affect the results. However, you can also just replace the src_input.f90 in your clm5-code by the one you changed in the clm16 version to avoid inconsistencies in the output meta data. </p>

Changes from 5.0clm15 to 5.0clm16 are

  • corrected a bug for netCDF restart files when running long time simulations: change some variable definitions to higher precision
    affected modules:

* src_input.f90
  • add cell_method “time: point” to instantaneous quantities.
    affected modules:
* netcdf_io.f90
  • allow for missing_value==-1.E20 in CIN _MU, CIN _ML, CAPE _MU, CAPE _ML in case of netCDF output
    affected modules:
* src_output.f90


These should not affect the results. However, you can also just replace the src_input.f90 in your clm5-code by the one you changed in the clm16 version to avoid inconsistencies in the output meta data.