Ignore:
Timestamp:
Jan 10, 2012, 2:33:09 PM (13 years ago)
Author:
lguez
Message:

In "phy1d/*", replaced obsolete calls to "lnblnk" by calls to "trim".

In "lmdz1d.F", use collector module "ioipsl" rather than specific
module "calendar", which is an internal module of IOIPSL. Removed line
containing only "#" (causes compilation error). Bug fix in call to
"init_phys_lmdz".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phy1d/lmdz1d.F

    r1607 r1608  
    11      PROGRAM lmdz1d
    22
    3       USE ioipsl, only: ju2ymds, ymds2ju
    4       USE calendar
     3      USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar
    54      use phys_state_var_mod
    65      use comgeomphy
     
    298297
    299298c      calend = 'earth_365d'
    300 #
    301299      if (calend == 'earth_360d') then
    302300        call ioconf_calendar('360d')
     
    358356! Initialization of dimensions, geometry and initial state
    359357!---------------------------------------------------------------------
    360       call init_phys_lmdz(1,1,llm,1,1)
     358      call init_phys_lmdz(1,1,llm,1,(/1/))
    361359      call suphel
    362360      call initcomgeomphy
Note: See TracChangeset for help on using the changeset viewer.