Ignore:
Timestamp:
Feb 28, 2017, 5:55:03 PM (7 years ago)
Author:
oboucher
Message:

Changed comment for days_elapsed (upon recommendation of Laurent F)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_cal_mod.F90

    r2552 r2802  
    99  INTEGER,SAVE :: day_cur       ! current day
    1010!$OMP THREADPRIVATE(day_cur)
    11   INTEGER,SAVE :: days_elapsed  ! number of whole days since start of the simulation
     11  INTEGER,SAVE :: days_elapsed  ! number of whole days since start of the current year
    1212!$OMP THREADPRIVATE(days_elapsed)
    1313  INTEGER,SAVE :: mth_len       ! number of days in the current month
     
    3333!$OMP THREADPRIVATE(calend)
    3434
    35 
    3635CONTAINS
    3736 
    3837  SUBROUTINE phys_cal_init(annee_ref,day_ref)
    39   USE IOIPSL, ONLY:  ymds2ju
    40   USE ioipsl_getin_p_mod, ONLY: getin_p
    41   IMPLICIT NONE
     38
     39    USE IOIPSL, ONLY:  ymds2ju
     40    USE ioipsl_getin_p_mod, ONLY: getin_p
     41
     42    IMPLICIT NONE
    4243    INTEGER,INTENT(IN) :: annee_ref
    4344    INTEGER,INTENT(IN) :: day_ref
     
    7980
    8081END MODULE phys_cal_mod
    81 
Note: See TracChangeset for help on using the changeset viewer.