Ignore:
Timestamp:
Nov 12, 2018, 1:52:29 PM (6 years ago)
Author:
Laurent Fairhead
Message:

Inclusion of Yann's latest (summer/fall 2018) modifications for
convergence of DYNAMICO/LMDZ physics
YM/LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/DYNAMICO-conv/libf/phylmd/phys_cal_mod.F90

    r3336 r3413  
    3636 
    3737  SUBROUTINE phys_cal_init(annee_ref,day_ref)
    38   USE IOIPSL, ONLY:  ymds2ju, ioconf_calendar
    39   USE mod_phys_lmdz_para, ONLY:  is_master,is_omp_master
    40   USE ioipsl_getin_p_mod, ONLY: getin_p
    41   IMPLICIT NONE
     38
     39    USE IOIPSL, ONLY:  ymds2ju, ioconf_calendar
     40    USE mod_phys_lmdz_para, ONLY:  is_master,is_omp_master
     41    USE ioipsl_getin_p_mod, ONLY: getin_p
     42
     43    IMPLICIT NONE
    4244    INTEGER,INTENT(IN) :: annee_ref
    4345    INTEGER,INTENT(IN) :: day_ref
     
    4648    calend = 'earth_360d' ! default
    4749    CALL getin_p("calend",calend)
    48      
     50
    4951    IF (is_omp_master) THEN
    5052      IF (calend == 'earth_360d') THEN
     
    5961    ENDIF
    6062!$OMP BARRIER
    61 
     63     
    6264    CALL ymds2ju(annee_ref, 1, day_ref, 0., jD_ref)
    6365    jD_ref=INT(jD_ref)
Note: See TracChangeset for help on using the changeset viewer.