Changeset 1216 for trunk/LMDZ.GENERIC/libf/phystd/writediagspecVI.F
- Timestamp:
- Apr 3, 2014, 9:09:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/writediagspecVI.F
r993 r1216 48 48 use mod_grid_phy_lmdz, only : klon_glo, Grid1Dto2D_glo 49 49 #endif 50 use control_mod, only: ecritphy, iphysiq, day_step 50 51 51 52 implicit none … … 55 56 #include "dimphys.h" 56 57 #include "paramet.h" 57 #include "control.h"58 !#include "control.h" 58 59 #include "comvert.h" 59 60 #include "comgeom.h" … … 114 115 !Sortie des variables au rythme voulu 115 116 116 irythme = int(ecritphy)*iradia ! sortie au rythme de ecritphy117 irythme = ecritphy*iradia ! sortie au rythme de ecritphy 117 118 !EM+JL if the spetra need to be output more frequently, need to define a ecritSpec... 118 119 ! irythme = iphysiq ! sortie a tous les pas physique
Note: See TracChangeset
for help on using the changeset viewer.