Changeset 2673 for LMDZ5/trunk/libf/dynphy_lonlat
- Timestamp:
- Oct 18, 2016, 3:30:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynphy_lonlat/phylmd/etat0dyn_netcdf.F90
r2601 r2673 38 38 USE comconst_mod, ONLY: pi, cpp, kappa 39 39 USE comvert_mod, ONLY: ap, bp, preff, pressure_exner 40 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itau_phy 40 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itau_phy, start_time 41 41 42 42 IMPLICIT NONE … … 172 172 CALL caldyn0( itau, uvent, vvent, tpot, psol, masse, pk, phis, & 173 173 phi, w, pbaru, pbarv, time+iday-dayref) 174 WRITE(lunout,*)'sortie caldyn0' 174 WRITE(lunout,*)'sortie caldyn0' 175 start_time = 0. 175 176 #ifdef CPP_PARA 176 177 CALL dynredem0_loc( "start.nc", dayref, phis)
Note: See TracChangeset
for help on using the changeset viewer.