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 2528 for trunk/NEMOGCM/NEMO/OPA_SRC/TRD/trdmld.F90 – NEMO

Ignore:
Timestamp:
2010-12-27T18:33:53+01:00 (13 years ago)
Author:
rblod
Message:

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/TRD/trdmld.F90

    • Property svn:eol-style deleted
    r1715 r2528  
    5656#  include "zdfddm_substitute.h90" 
    5757   !!---------------------------------------------------------------------- 
    58    !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     58   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    5959   !! $Id$  
    60    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
     60   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    6161   !!---------------------------------------------------------------------- 
    6262 
     
    757757      END IF 
    758758 
    759       IF( ( lk_trdmld ) .AND. ( n_cla == 1 ) ) THEN 
     759      IF( ( lk_trdmld ) .AND. ( nn_cla == 1 ) ) THEN 
    760760         WRITE(numout,cform_war) 
    761761         WRITE(numout,*) '                You set n_cla = 1. Note that the Mixed-Layer diagnostics  ' 
     
    873873      IF(lwp) WRITE(numout,*) ' Name of NETCDF file ', clhstnam 
    874874      CALL histbeg( clhstnam, jpi, glamt, jpj, gphit,                                            & 
    875       &             1, jpi, 1, jpj, nit000-1, zjulian, rdt, nh_t, nidtrd, domain_id=nidom ) 
     875      &             1, jpi, 1, jpj, nit000-1, zjulian, rdt, nh_t, nidtrd, domain_id=nidom, snc4chunks=snc4set ) 
    876876 
    877877      !-- Define the ML depth variable 
     
    925925 
    926926      !-- Leave IOIPSL/NetCDF define mode 
    927       CALL histend( nidtrd ) 
     927      CALL histend( nidtrd, snc4set ) 
    928928 
    929929#endif        /* key_dimgout */ 
Note: See TracChangeset for help on using the changeset viewer.