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

Ignore:
Timestamp:
2015-12-17T19:21:15+01:00 (8 years ago)
Author:
lovato
Message:

dev_merge_2015 : Merge dev_CMCC_merge_2015

File:
1 edited

Legend:

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

    r6060 r6108  
    329329      !!  
    330330      !! ** Purpose :  Compute and cumulate the mixed layer trends over an analysis 
    331       !!               period, and write NetCDF (or dimg) outputs. 
     331      !!               period, and write NetCDF outputs. 
    332332      !! 
    333333      !! ** Method/usage : 
     
    389389      ! 
    390390      CHARACTER (LEN=10) ::   clvar 
    391 #if defined key_dimgout 
    392       INTEGER ::   iyear,imon,iday 
    393       CHARACTER(LEN=80) ::   cltext, clmode 
    394 #endif 
    395391      !!---------------------------------------------------------------------- 
    396392 
     
    773769      ! ====================================================================== 
    774770 
    775       ! IV.1 Code for dimg mpp output 
    776       ! ----------------------------- 
    777  
    778 # if defined key_dimgout 
    779       STOP 'Not implemented' 
    780 # else 
    781        
    782       ! IV.2 Code for IOIPSL/NetCDF output 
     771      ! IV.1 Code for IOIPSL/NetCDF output 
    783772      ! ---------------------------------- 
    784773 
     
    864853      icount = 1 
    865854 
    866 # endif /* key_dimgout */ 
    867  
    868855      IF( MOD( itmod, nn_trd_trc ) == 0 ) THEN 
    869856         ! 
     
    895882      !! 
    896883      !! ** Purpose :  Compute and cumulate the mixed layer biological trends over an analysis 
    897       !!               period, and write NetCDF (or dimg) outputs. 
     884      !!               period, and write NetCDF outputs. 
    898885      !! 
    899886      !! ** Method/usage : 
     
    942929      LOGICAL  :: llwarn  = .TRUE., lldebug = .TRUE. 
    943930      REAL(wp) :: zfn, zfn2 
    944 #if defined key_dimgout 
    945       INTEGER ::  iyear,imon,iday 
    946       CHARACTER(LEN=80) :: cltext, clmode 
    947 #endif 
    948931      !!---------------------------------------------------------------------- 
    949932      ! ... Warnings 
     
    10541037      ! ====================================================================== 
    10551038 
    1056       ! IV.1 Code for dimg mpp output 
    1057       ! ----------------------------- 
    1058  
    1059 # if defined key_dimgout 
    1060       STOP 'Not implemented' 
    1061 # else 
    1062  
    1063       ! IV.2 Code for IOIPSL/NetCDF output 
     1039      ! IV.1 Code for IOIPSL/NetCDF output 
    10641040      ! ---------------------------------- 
    10651041 
     
    11061082 
    11071083 
    1108 # endif /* key_dimgout */ 
    11091084 
    11101085      IF( MOD( itmod, nn_trd_trc ) == 0 ) THEN 
     
    12571232      ! ====================================================================== 
    12581233 
    1259 #if defined key_dimgout  
    1260       ??? 
    1261 #else 
    12621234      ! clmxl = legend root for netCDF output 
    12631235      IF( nn_ctls_trc == 0 ) THEN                                   ! control surface = mixed-layer with density criterion 
     
    14021374#endif 
    14031375 
    1404 #endif        /* key_dimgout */ 
    14051376   END SUBROUTINE trd_mxl_trc_init 
    14061377 
Note: See TracChangeset for help on using the changeset viewer.