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 15183 for NEMO/branches/UKMO/NEMO_4.0.4_CO9_OBS_ASM/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2021-08-12T15:18:46+02:00 (3 years ago)
Author:
kingr
Message:

Adding changes required to write out time-averaged assimilation background. Required moving call to asm_bkg_wri from asminc.F90 to nemogcm.F90 to avoid circular USE statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_CO9_OBS_ASM/src/OCE/step.F90

    r14075 r15183  
    296296#endif 
    297297 
     298      IF( ln_bkgwri )    CALL asm_bkg_wri  ( kstp )      ! output background fields 
    298299      IF( ln_diaobs  )   CALL dia_obs      ( kstp )      ! obs-minus-model (assimilation) diagnostics (call after dynamics update) 
    299300 
Note: See TracChangeset for help on using the changeset viewer.