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/create_etat0_limit.F

    r1146 r1279  
    11!
    2 ! $Header$
     2! $Id$
    33!
    44       PROGRAM create_etat0_limit
     5#ifdef CPP_EARTH
     6! This prog. is designed to work for Earth
    57       USE dimphy
    68       USE comgeomphy
    79       USE infotrac
     10#ifdef CPP_IOIPSL
     11       use ioipsl, only: ioconf_calendar
     12#endif
     13       IMPLICIT NONE
    814c
    915c
     
    4147      END IF
    4248
    43       CALL Init_Phys_lmdz(iim,jjp1,llm,1,(jjm-1)*iim+2)
     49      CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
     50      PRINT *,'---> klon=',klon
    4451      call InitComgeomphy
     52
     53#ifdef CPP_IOIPSL
     54      call ioconf_calendar('360d')
     55#endif
    4556
    4657      WRITE(6,*) '  *********************  '
     
    59701     FORMAT(//)
    6071
     72#endif
     73! of #ifdef CPP_EARTH
    6174      STOP
    6275      END
Note: See TracChangeset for help on using the changeset viewer.