Ignore:
Timestamp:
Dec 10, 2009, 10:02:56 AM (15 years ago)
Author:
Laurent Fairhead
Message:

Merged LMDZ4-dev branch changes r1241:1278 into the trunk
Running trunk and LMDZ4-dev in LMDZOR configuration on local
machine (sequential) and SX8 (4-proc) yields identical results
(restart and restartphy are identical binarily)
Log history from r1241 to r1278 is available by switching to
source:LMDZ4/branches/LMDZ4-dev-20091210

Location:
LMDZ4/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk

  • LMDZ4/trunk/libf/dyn3d/limit_netcdf.F

    r997 r1279  
    11!
    2 ! $Header$
     2! $Id$
    33!
    44C
    55C
    66      SUBROUTINE limit_netcdf(interbar, extrap, oldice, masque)
     7#ifdef CPP_EARTH
     8! This routine is designed to work for Earth
    79      USE dimphy
    810      use phys_state_var_mod , ONLY : pctsrf
     
    3335cy#include "dimphy.h"
    3436#include "indicesol.h"
     37#include "iniprint.h"
    3538c
    3639c-----------------------------------------------------------------------
     
    403406      ENDDO
    404407
    405       PRINT 222, timeyear
     408      PRINT 222, timeyear(:lmdep)
    406409222   FORMAT(2x,' Time year ',10f6.1)
    407410c
     
    620623         timeyear(l) = tmidmonth(l)
    621624      ENDDO
    622       PRINT 222,  timeyear
     625      PRINT 222,  timeyear(:lmdep)
    623626c
    624627      PRINT*, 'Interpolation temporelle'
     
    939942         timeyear(l) = tmidmonth(l)
    940943      ENDDO
    941       print 222,  timeyear
     944      print 222,  timeyear(:lmdep)
    942945c
    943946C interpolation temporelle
     
    11341137         timeyear(l) = timecoord(l)
    11351138      ENDDO
    1136       print 222,  timeyear
     1139      print 222,  timeyear(:lmdep)
    11371140c
    11381141C interpolation temporelle
     
    13231326      ierr = NF_CLOSE(nid)
    13241327c
     1328#else
     1329      WRITE(lunout,*)
     1330     & 'limit_netcdf: Earth-specific routine, needs Earth physics'
     1331#endif
     1332! of #ifdef CPP_EARTH
    13251333      STOP
    13261334      END
Note: See TracChangeset for help on using the changeset viewer.