Changeset 3831 for dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/cosp
- Timestamp:
- Jun 18, 2015, 12:00:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/cosp/cosp_output_write_mod.F90
r3809 r3831 51 51 52 52 ! A refaire 53 itau_wcosp = itau_phy + itap + start_time * day_step / iphysiq53 itau_wcosp = itau_phy + itap + start_time * day_step 54 54 if (prt_level >= 10) then 55 WRITE(lunout,*)'itau_wcosp, itap, start_time, day_step , iphysiq =', &56 itau_wcosp, itap, start_time, day_step , iphysiq55 WRITE(lunout,*)'itau_wcosp, itap, start_time, day_step', & 56 itau_wcosp, itap, start_time, day_step 57 57 endif 58 58
Note: See TracChangeset
for help on using the changeset viewer.