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 2129 for branches/devukmo2010/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2010-09-29T13:01:23+02:00 (14 years ago)
Author:
rfurner
Message:

pervious merge had mised bits of OBS branch, adding these now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devukmo2010/NEMO/OPA_SRC/step.F90

    r2128 r2129  
    111111   USE diahth          ! thermocline depth                (dia_hth routine) 
    112112   USE diafwb          ! freshwater budget                (dia_fwb routine) 
     113   USE diaobs          ! obs-minus-model (assimilation)   (dia_obs routine) 
    113114   USE flo_oce         ! floats variables 
    114115   USE floats          ! floats computation               (flo_stp routine) 
     
    250251      IF( lk_diahdy  )   CALL dia_hdy( kstp )         ! dynamical heigh diagnostics 
    251252      IF( lk_diafwb  )   CALL dia_fwb( kstp )         ! Fresh water budget diagnostics 
     253      IF( lk_diaobs  )   CALL dia_obs( kstp )         ! obs-minus-model (assimilation) diagnostics 
    252254      IF( ln_diaptr  )   CALL dia_ptr( kstp )         ! Poleward TRansports diagnostics 
    253255      IF( lk_diaar5  )   CALL dia_ar5( kstp )         ! ar5 diag 
Note: See TracChangeset for help on using the changeset viewer.