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 5137 for branches/2015/dev_r5020_CNRS_DIAPTR/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2015-03-11T10:57:11+01:00 (9 years ago)
Author:
cetlod
Message:

dev_r5020_CNRS_DIAPTR: some improvments of poleward heat transport diagnostics before merging with the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5020_CNRS_DIAPTR/NEMOGCM/NEMO/OPA_SRC/step.F90

    r5023 r5137  
    208208      ! diagnostics and outputs             (ua, va, tsa used as workspace) 
    209209      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    210       IF( lk_floats  )   CALL flo_stp( kstp )         ! drifting Floats 
    211       IF( lk_diahth  )   CALL dia_hth( kstp )         ! Thermocline depth (20 degres isotherm depth) 
    212       IF( .NOT. lk_cpl ) CALL dia_fwb( kstp )         ! Fresh water budget diagnostics 
    213       IF( lk_diadct  )   CALL dia_dct( kstp )         ! Transports 
    214       IF( lk_diaar5  )   CALL dia_ar5( kstp )         ! ar5 diag 
    215       IF( lk_diaharm )   CALL dia_harm( kstp )        ! Tidal harmonic analysis 
    216                          CALL dia_wri( kstp )         ! ocean model: outputs 
    217       ! 
    218       IF( ln_crs     )   CALL crs_fld( kstp )         ! ocean model: online field coarsening & output 
    219  
     210      IF( lk_floats  )      CALL flo_stp( kstp )         ! drifting Floats 
     211      IF( lk_diahth  )      CALL dia_hth( kstp )         ! Thermocline depth (20 degres isotherm depth) 
     212      IF( .NOT. lk_cpl )    CALL dia_fwb( kstp )         ! Fresh water budget diagnostics 
     213      IF( lk_diadct  )      CALL dia_dct( kstp )         ! Transports 
     214      IF( lk_diaar5  )      CALL dia_ar5( kstp )         ! ar5 diag 
     215      IF( lk_diaharm )      CALL dia_harm( kstp )        ! Tidal harmonic analysis 
     216                            CALL dia_wri( kstp )         ! ocean model: outputs 
     217      ! 
     218      IF( ln_crs     )      CALL crs_fld( kstp )         ! ocean model: online field coarsening & output 
    220219 
    221220#if defined key_top 
     
    244243                             CALL tra_ldf    ( kstp )       ! lateral mixing 
    245244 
    246       IF( l_diaptr       )   CALL dia_ptr                   ! Poleward adv/ldf TRansports diagnostics 
     245      IF( ln_diaptr      )   CALL dia_ptr                   ! Poleward adv/ldf TRansports diagnostics 
    247246 
    248247#if defined key_agrif 
Note: See TracChangeset for help on using the changeset viewer.