Ignore:
Timestamp:
Jul 2, 2015, 6:15:28 PM (10 years ago)
Author:
ymipsl
Message:

Dynamico side modification for Dynamico-LMDZ coupling

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/ICOSAGCM/src/time.f90

    r3810 r3845  
    2525  INTEGER,SAVE :: day_step,ndays
    2626!$OMP THREADPRIVATE(day_step,ndays) 
    27   REAL(rstd),SAVE :: jD_ref,jH_ref
    28 !$OMP THREADPRIVATE(jD_ref,jH_ref) 
    29   INTEGER,SAVE :: day_ini,day_end,annee_ref,day_ref
    30 !$OMP THREADPRIVATE(day_ini,day_end,annee_ref,day_ref) 
    31   REAL(rstd),SAVE::start_time
    32 !$OMP THREADPRIVATE(start_time) 
     27
    3328  CHARACTER(LEN=255) :: time_style
    3429!$OMP THREADPRIVATE(time_style) 
    35   INTEGER,SAVE:: an, mois, jour
    36 !$OMP THREADPRIVATE(an, mois, jour) 
    37   REAL(rstd),SAVE:: heure
    38 !$OMP THREADPRIVATE(heure) 
    39   CHARACTER (LEN=10):: calend
    40 !$OMP THREADPRIVATE(calend) 
    4130
    4231  PUBLIC create_time_counter_header, update_time_counter, close_time_counter, init_time,  &
    4332         dt, write_period, itau_out, itau_adv, itau_dissip, itau_physics, itaumax,  &
    4433         itau_check_conserv,  &
    45          day_step,ndays,jD_ref,jH_ref,day_ini,day_end,annee_ref,day_ref, &
    46          an, mois, jour,heure, calend,time_style,itau0
     34         day_step,ndays,time_style,itau0
    4735
    4836
Note: See TracChangeset for help on using the changeset viewer.