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 2347 – NEMO

Changeset 2347


Ignore:
Timestamp:
2010-10-31T10:04:55+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: #749 suppression of diagap

Location:
branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC
Files:
1 deleted
2 edited

Legend:

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

    r2329 r2347  
    165165      IF( lk_floats  )   CALL flo_stp( kstp )         ! drifting Floats 
    166166      IF( lk_diahth  )   CALL dia_hth( kstp )         ! Thermocline depth (20 degres isotherm depth) 
    167       IF( lk_diagap  )   CALL dia_gap( kstp )         ! basin averaged diagnostics 
    168167      IF( lk_diahdy  )   CALL dia_hdy( kstp )         ! dynamical heigh diagnostics 
    169168      IF( lk_diafwb  )   CALL dia_fwb( kstp )         ! Fresh water budget diagnostics 
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/step_oce.F90

    r2329 r2347  
    8484   USE trdmod           ! momentum/tracers trends    
    8585   USE trdvor           ! vorticity budget                 (trd_vor routine) 
    86    USE diagap           ! hor. mean model-data gap         (dia_gap routine) 
    8786   USE diahdy           ! dynamic height                   (dia_hdy routine) 
    8887   USE diaptr           ! poleward transports              (dia_ptr routine) 
Note: See TracChangeset for help on using the changeset viewer.