Changeset 1593 for trunk/LMDZ.GENERIC/libf/dyn3d/defrun_new.F
- Timestamp:
- Sep 9, 2016, 4:04:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dyn3d/defrun_new.F
r1422 r1593 40 40 use sponge_mod,only: callsponge,nsponge,mode_sponge,tetasponge 41 41 use control_mod,only: nday, day_step, iperiod, anneeref, 42 & iconser, idissip, iphysiq , ecritphy43 USE logic_mod, ONLY: hybrid,purmats, physic,grireg,fxyhypb,ysinus42 & iconser, idissip, iphysiq 43 USE logic_mod, ONLY: hybrid,purmats,fxyhypb,ysinus,iflag_phys 44 44 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, 45 45 . alphax,alphay,taux,tauy … … 210 210 WRITE(lunout,*) "" 211 211 WRITE(lunout,*) "avec ou sans physique" 212 physic=.true. ! default value 213 call getin("physic",physic) 214 WRITE(lunout,*)" physic = ",physic 212 ! physic=.true. ! default value 213 ! call getin("physic",physic) 214 ! WRITE(lunout,*)" physic = ",physic 215 iflag_phys=1 ! default value 216 call getin("iflag_phys",iflag_phys) 217 WRITE(lunout,*)" iflag_phys = ",iflag_phys 215 218 216 219 WRITE(lunout,*) "" … … 220 223 WRITE(lunout,*)" iphysiq = ",iphysiq 221 224 222 WRITE(lunout,*) ""223 WRITE(lunout,*) "choix d'une grille reguliere"224 grireg=.true.225 call getin("grireg",grireg)226 WRITE(lunout,*)" grireg = ",grireg225 ! WRITE(lunout,*) "" 226 ! WRITE(lunout,*) "choix d'une grille reguliere" 227 ! grireg=.true. 228 ! call getin("grireg",grireg) 229 ! WRITE(lunout,*)" grireg = ",grireg 227 230 228 231 ccc .... P.Le Van, ajout le 03/01/96 pour l'ecriture phys ... 229 232 c 230 WRITE(lunout,*) ""231 WRITE(lunout,*) "frequence (en pas) de l'ecriture ",232 & "du fichier diagfi.nc"233 ecritphy=240234 call getin("ecritphy",ecritphy)235 WRITE(lunout,*)" ecritphy = ",ecritphy233 ! WRITE(lunout,*) "" 234 ! WRITE(lunout,*) "frequence (en pas) de l'ecriture ", 235 ! & "du fichier diagfi.nc" 236 ! ecritphy=240 237 ! call getin("ecritphy",ecritphy) 238 ! WRITE(lunout,*)" ecritphy = ",ecritphy 236 239 237 240 ccc .... P. Le Van , ajout le 7/03/95 .pour le zoom ...
Note: See TracChangeset
for help on using the changeset viewer.