Ignore:
Timestamp:
Jan 11, 2013, 10:19:19 AM (11 years ago)
Author:
Laurent Fairhead
Message:

Version testing basée sur la r1706


Testing release based on r1706

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/dyn3dmem/call_calfis_mod.F90

    r1669 r1707  
    136136  !$OMP END MASTER
    137137   
    138     jD_cur = jD_ref + day_ini - day_ref + int (itau * dtvr / daysec)
    139     jH_cur = jH_ref + (itau * dtvr / daysec - int(itau * dtvr / daysec))
     138           jD_cur = jD_ref + day_ini - day_ref                           &
     139     &        + itau/day_step
     140
     141           IF (planet_type .eq."generic") THEN
     142              ! AS: we make jD_cur to be pday
     143              jD_cur = int(day_ini + itau/day_step)
     144           ENDIF
     145
     146           jH_cur = jH_ref + start_time +                                &
     147     &              mod(itau,day_step)/float(day_step)
     148    if (jH_cur > 1.0 ) then
     149      jD_cur = jD_cur +1.
     150      jH_cur = jH_cur -1.
     151    endif
    140152
    141153!   Inbterface avec les routines de phylmd (phymars ... )
Note: See TracChangeset for help on using the changeset viewer.