Changeset 1120 for trunk/LMDZ.VENUS/libf
- Timestamp:
- Dec 3, 2013, 3:05:40 PM (11 years ago)
- Location:
- trunk/LMDZ.VENUS/libf/phyvenus
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/clesphys.h
r97 r1120 11 11 LOGICAL ok_orodr,ok_orolf,ok_gw_nonoro 12 12 INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs 13 REAL ecri tphy13 REAL ecriphy 14 14 REAL solaire 15 15 REAL z0, lmixmin … … 20 20 COMMON/clesphys/cycle_diurne, soil_model, & 21 21 & ok_orodr, ok_orolf, ok_gw_nonoro, nbapp_rad, nbapp_chim & 22 & , ecri tphy&22 & , ecriphy & 23 23 & , iflag_con, iflag_ajs, solaire, z0, lmixmin, ksta & 24 24 & , ok_kzmin, lev_histhf, lev_histday, lev_histmth & -
trunk/LMDZ.VENUS/libf/phyvenus/conf_phys.F90
r97 r1120 138 138 !Config en jours. 139 139 ! 140 ecri tphy = 1.141 CALL getin('ecritphy', ecri tphy)140 ecriphy = 1. 141 CALL getin('ecritphy', ecriphy) 142 142 ! 143 143 ! … … 318 318 write(numout,*)' Sortie mensuelle = ', ok_mensuel 319 319 write(numout,*)' Sortie instantanee = ', ok_instan 320 write(numout,*)' frequence sorties = ', ecri tphy320 write(numout,*)' frequence sorties = ', ecriphy 321 321 write(numout,*)' Sortie bilan d''energie, if_ebil =', if_ebil 322 322 write(numout,*)' Excentricite = ',R_ecc -
trunk/LMDZ.VENUS/libf/phyvenus/physiq.F
r1017 r1120 478 478 . iflag_ajs 479 479 c 480 ecrit_mth = NINT(RDAY/dtime*ecri tphy) ! tous les ecritphy jours480 ecrit_mth = NINT(RDAY/dtime*ecriphy) ! tous les ecritphy jours 481 481 IF (ok_mensuel) THEN 482 482 WRITE(lunout,*)'La frequence de sortie mensuelle est de ', … … 490 490 ENDIF 491 491 492 ecrit_ins = NINT(RDAY/dtime*ecri tphy) ! Fraction de jour reglable492 ecrit_ins = NINT(RDAY/dtime*ecriphy) ! Fraction de jour reglable 493 493 IF (ok_instan) THEN 494 494 WRITE(lunout,*)'La frequence de sortie instant. est de ', -
trunk/LMDZ.VENUS/libf/phyvenus/rcm1d.F
r1018 r1120 197 197 CALL init_phys_lmdz(iim,jjm,llm,1,(/1/)) 198 198 call initcomgeomphy 199 call infotrac_init200 199 call ini_cpdet 201 200
Note: See TracChangeset
for help on using the changeset viewer.