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 6051 for branches/2015/dev_CMCC_merge_2015/NEMOGCM/NEMO/TOP_SRC/TRP/trdmxl_trc.F90 – NEMO

Ignore:
Timestamp:
2015-12-15T10:46:14+01:00 (8 years ago)
Author:
lovato
Message:

Merge branches/2015/dev_r5056_CMCC4_simplification (see ticket #1456)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_CMCC_merge_2015/NEMOGCM/NEMO/TOP_SRC/TRP/trdmxl_trc.F90

    r5836 r6051  
    330330      !!  
    331331      !! ** Purpose :  Compute and cumulate the mixed layer trends over an analysis 
    332       !!               period, and write NetCDF (or dimg) outputs. 
     332      !!               period, and write NetCDF outputs. 
    333333      !! 
    334334      !! ** Method/usage : 
     
    390390      ! 
    391391      CHARACTER (LEN=10) ::   clvar 
    392 #if defined key_dimgout 
    393       INTEGER ::   iyear,imon,iday 
    394       CHARACTER(LEN=80) ::   cltext, clmode 
    395 #endif 
    396392      !!---------------------------------------------------------------------- 
    397393 
     
    774770      ! ====================================================================== 
    775771 
    776       ! IV.1 Code for dimg mpp output 
    777       ! ----------------------------- 
    778  
    779 # if defined key_dimgout 
    780       STOP 'Not implemented' 
    781 # else 
    782        
    783       ! IV.2 Code for IOIPSL/NetCDF output 
     772      ! IV.1 Code for IOIPSL/NetCDF output 
    784773      ! ---------------------------------- 
    785774 
     
    865854      icount = 1 
    866855 
    867 # endif /* key_dimgout */ 
    868  
    869856      IF( MOD( itmod, nn_trd_trc ) == 0 ) THEN 
    870857         ! 
     
    896883      !! 
    897884      !! ** Purpose :  Compute and cumulate the mixed layer biological trends over an analysis 
    898       !!               period, and write NetCDF (or dimg) outputs. 
     885      !!               period, and write NetCDF outputs. 
    899886      !! 
    900887      !! ** Method/usage : 
     
    943930      LOGICAL  :: llwarn  = .TRUE., lldebug = .TRUE. 
    944931      REAL(wp) :: zfn, zfn2 
    945 #if defined key_dimgout 
    946       INTEGER ::  iyear,imon,iday 
    947       CHARACTER(LEN=80) :: cltext, clmode 
    948 #endif 
    949932      !!---------------------------------------------------------------------- 
    950933      ! ... Warnings 
     
    10551038      ! ====================================================================== 
    10561039 
    1057       ! IV.1 Code for dimg mpp output 
    1058       ! ----------------------------- 
    1059  
    1060 # if defined key_dimgout 
    1061       STOP 'Not implemented' 
    1062 # else 
    1063  
    1064       ! IV.2 Code for IOIPSL/NetCDF output 
     1040      ! IV.1 Code for IOIPSL/NetCDF output 
    10651041      ! ---------------------------------- 
    10661042 
     
    11071083 
    11081084 
    1109 # endif /* key_dimgout */ 
    11101085 
    11111086      IF( MOD( itmod, nn_trd_trc ) == 0 ) THEN 
     
    12581233      ! ====================================================================== 
    12591234 
    1260 #if defined key_dimgout  
    1261       ??? 
    1262 #else 
    12631235      ! clmxl = legend root for netCDF output 
    12641236      IF( nn_ctls_trc == 0 ) THEN                                   ! control surface = mixed-layer with density criterion 
     
    14031375#endif 
    14041376 
    1405 #endif        /* key_dimgout */ 
    14061377   END SUBROUTINE trd_mxl_trc_init 
    14071378 
Note: See TracChangeset for help on using the changeset viewer.