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 503 for trunk/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2006-09-27T10:52:29+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_064 : CT : general trends update including the addition of mean windows analysis possibility in the mixed layer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/step.F90

    r474 r503  
    102102   USE trdicp          ! Ocean momentum/tracers trends    (trd_wri routine) 
    103103   USE trdmld          ! mixed-layer trends               (trd_mld routine) 
     104   USE trdmld_rst      ! restart for mixed-layer trends 
     105   USE trdmod_oce      ! ocean momentum/tracers trends 
    104106   USE trdvor          ! vorticity budget                 (trd_vor routine) 
    105107   USE diagap          ! hor. mean model-data gap         (dia_gap routine) 
     
    424426                            CALL rst_write  ( kstp )             ! ocean model: restart file output 
    425427         IF( lk_obc     )   CALL obc_rst_wri( kstp )             ! ocean model: open boundary restart file output 
     428         IF( lk_trdmld  )   CALL trd_mld_rst_write( kstp )       ! ocean model: restart file output for trends diagnostics 
    426429                            CALL dia_wri    ( kstp, indic )      ! ocean model: outputs 
    427430 
Note: See TracChangeset for help on using the changeset viewer.