Ignore:
Timestamp:
07/31/14 16:38:47 (10 years ago)
Author:
milmd
Message:

Architecture files and some modifications to compile and run on ada.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/dyn3dpar/init_gcm_lmdz.F

    r245 r264  
    55c 
    66      SUBROUTINE init_gcm_lmdz(nbp,nproc,distrib_icosa,latfi,lonfi, 
    7      &                         airefi) 
     7     &                          airefi) 
     8!     &                         airefi,day_length) 
    89 
    910#ifdef CPP_IOIPSL 
     
    4748      REAL, INTENT(IN) :: lonfi(nbp) 
    4849      REAL, INTENT(IN) :: airefi(nbp) 
     50!      INTEGER, INTENT(IN) :: day_length 
    4951 
    5052      REAL :: zcufi(nbp) 
     
    515517!         zcvfi(nbp)=1. 
    516518 
     519!        PRINT*,'daysec=',daysec 
     520!        PRINT*,'day_length=',day_length 
     521!        IF (daysec /= day_length) THEN 
     522!               PRINT*,'daysec different de day_length' 
     523!               daysec=day_length 
     524!        ENDIF 
     525 
    517526!         CALL iniphysiq(klon_glo,llm,daysec,day_ini,dtphys/nsplit_phys,  
    518527!     &                latfi,lonfi,airefi,zcufi,zcvfi,rad,g,r,cpp,  
     
    588597        t_ops =((1.0*iecri)/day_step) * daysec   
    589598        t_wrt = daysec ! iecri * daysec ! write output every t_wrt 
    590         CALL inithist(day_ref,annee_ref,time_step, 
    591      &                  t_ops,t_wrt) 
     599!        CALL inithist(day_ref,annee_ref,time_step, 
     600!     &                  t_ops,t_wrt) 
    592601        endif 
    593602 
     
    596605          t_ops = iperiod * time_step ! do operations every t_ops 
    597606          t_wrt = periodav * daysec   ! write output every t_wrt 
    598           CALL initdynav(day_ref,annee_ref,time_step, 
    599      &                   t_ops,t_wrt) 
     607!          CALL initdynav(day_ref,annee_ref,time_step, 
     608!     &                   t_ops,t_wrt) 
    600609!         CALL initdynav_p(dynhistave_file,day_ref,annee_ref,time_step, 
    601610!     .        t_ops, t_wrt, histaveid) 
Note: See TracChangeset for help on using the changeset viewer.