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/LIM_SRC_3/limwri.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/LIM_SRC_3/limwri.F90

    r2477 r2528  
    11MODULE limwri 
    2    !!---------------------------------------------------------------------- 
    3    !!   'key_lim3'                                      LIM3 sea-ice model 
    4    !!---------------------------------------------------------------------- 
    52   !!====================================================================== 
    63   !!                     ***  MODULE  limwri  *** 
     
    96#if defined key_lim3 
    107   !!---------------------------------------------------------------------- 
    11    !!  LIM 3.0, UCL-LOCEAN-IPSL (2008) 
    12    !! $Id$ 
    13    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
     8   !!   'key_lim3'                                      LIM3 sea-ice model 
    149   !!---------------------------------------------------------------------- 
    1510   !!   lim_wri      : write of the diagnostics variables in ouput file  
    1611   !!   lim_wri_init : initialization and namelist read 
    1712   !!---------------------------------------------------------------------- 
    18    !! * Modules used 
    1913   USE ioipsl 
    2014   USE dianam          ! build name of file (routine) 
     
    6357      zzero  = 0.e0     ,  & 
    6458      zone   = 1.e0 
    65  
     59       
     60   !!---------------------------------------------------------------------- 
     61   !! NEMO/LIM3 3.3 , UCL - NEMO Consortium (2010) 
     62   !! $Id$ 
     63   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     64   !!---------------------------------------------------------------------- 
    6665CONTAINS 
     66 
    6767#if defined key_dimgout 
    68  
    6968# include "limwri_dimg.h90" 
    70  
    7169#else 
    7270 
     
    145143         CALL dia_nam ( clhstnam, nwrite, 'icemod' ) 
    146144         CALL histbeg ( clhstnam, jpi, glamt, jpj, gphit, 1, jpi, 1, jpj, niter, zjulian, rdt_ice,   & 
    147             &           nhorid, nice, domain_id=nidom ) 
     145            &           nhorid, nice, domain_id=nidom, snc4chunks=snc4set ) 
    148146         CALL histvert( nice, "deptht", "Vertical T levels", "m", 1, zdept, ndepid, "down") 
    149147         CALL wheneq  ( jpij , tmask(:,:,1), 1, 1., ndex51, ndim) 
     
    159157         END DO 
    160158 
    161          CALL histend(nice) 
     159         CALL histend(nice, snc4set) 
    162160 
    163161         !----------------- 
     
    174172            niter, zjulian, rdt_ice,   & ! time 
    175173            nhorida,                   & ! ? linked with horizontal ... 
    176             nicea , domain_id=nidom)                  ! file  
     174            nicea , domain_id=nidom, snc4chunks=snc4set)                  ! file  
    177175         CALL histvert( nicea, "icethi", "L levels",               & 
    178176            "m", ipl , hi_mean , nz ) 
     
    194192         CALL histdef( nicea, "iice_etd", "Brine volume distr. "               , "%"    ,   &   
    195193            jpi, jpj, nhorida, jpl, 1, jpl, nz, 15, clop, zsto, zout ) 
    196          CALL histend(nicea) 
     194         CALL histend(nicea, snc4set) 
    197195      ENDIF 
    198196 
Note: See TracChangeset for help on using the changeset viewer.