New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 14987 for branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2021-06-14T14:14:01+02:00 (3 years ago)
Author:
jroberts
Message:

Update to write pcbias files at the time-steps defined for restart writing, and updates to pc bias scheme detailed in https://code.metoffice.gov.uk/trac/utils/ticket/262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/NEMO/OPA_SRC/step.F90

    r12555 r14987  
    351351      IF( lk_vvl           )   CALL dom_vvl_sf_swp( kstp )  ! swap of vertical scale factors 
    352352      ! 
     353 
     354      ! Moved bias _wrt to before rst_write as used restart parameters for nn_stocklist option that are changed by rst_wrt    
     355      IF( lrst_bias )          CALL bias_wrt     ( kstp ) 
     356 
    353357      IF( lrst_oce         )   CALL rst_write( kstp )       ! write output ocean restart file 
    354358      IF( ln_sto_eos       )   CALL sto_rst_write( kstp )   ! write restart file for stochastic parameters 
     
    383387      ENDIF 
    384388 
    385  
    386       IF( lrst_bias )          CALL bias_wrt     ( kstp ) 
    387  
    388389      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    389390      ! Coupled mode 
Note: See TracChangeset for help on using the changeset viewer.