Changeset 880
- Timestamp:
- Feb 13, 2013, 10:00:46 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r867 r880 936 936 endif 937 937 938 print*,'end TURBULENCE'939 938 endif ! of if (calldifv) 940 939 … … 1392 1391 if(callsoil)then 1393 1392 TsS = SUM(area(:)*tsoil(:,nsoilmx))/totarea ! mean temperature at bottom soil layer 1394 print*,' ave[Tsurf] min[Tsurf] max[Tsurf] ave[Tdeep]' 1395 print*,Ts1,Ts2,Ts3,TsS 1396 else 1397 print*,' ave[Tsurf] min[Tsurf] max[Tsurf]' 1398 print*,Ts1,Ts2,Ts3 1393 if (cursor == 1) then 1394 print*,' ave[Tsurf] min[Tsurf] max[Tsurf] ave[Tdeep]' 1395 print*,Ts1,Ts2,Ts3,TsS 1396 endif 1399 1397 endif 1400 1398 … … 1426 1424 endif 1427 1425 1428 print*,' ISR ASR OLR GND DYN [W m^-2]'1429 print*, ISR,ASR,OLR,GND,DYN1430 1431 1426 if(enertest)then 1427 print*,' ISR ASR OLR GND DYN [W m^-2]' 1428 print*, ISR,ASR,OLR,GND,DYN 1432 1429 print*,'SW flux/heating difference SW++ - ASR = ',dEtotSW+dEtotsSW-ASR,' W m-2' 1433 1430 print*,'LW flux/heating difference LW++ - OLR = ',dEtotLW+dEtotsLW+OLR,' W m-2' … … 1543 1540 endif 1544 1541 1545 1546 print*,''1547 print*,'--> Ls =',zls*180./pi1542 if (cursor == 1) then 1543 print*,'--> Ls =',zls*180./pi 1544 endif 1548 1545 ! ------------------------------------------------------------------- 1549 1546 ! Writing NetCDF file "RESTARTFI" at the end of the run -
trunk/LMDZ.UNIVERSAL/deftank/gray_lmdz.generic_lmdz5/launch_lmdz5para
r838 r880 2 2 #PBS -j oe 3 3 #PBS -q infini 4 #PBS -N LMDZ5_PARA 245 #PBS -l "nodes=1:ppn= 24"4 #PBS -N LMDZ5_PARA16 5 #PBS -l "nodes=1:ppn=16" 6 6 ##PBS -l "mem=64gb" 7 7 -
trunk/LMDZ.UNIVERSAL/deftank/gray_lmdz.generic_lmdz5/run.def
r844 r880 107 107 ## sorties instantanees dans la dynamique (fichiers dyn_hist.nc and co.) 108 108 ok_dyn_ins=n 109 ok_dyn_ins=y109 #ok_dyn_ins=y 110 110 ## periode d'ecriture des sorties instantanees dans la dynamique 111 111 ## (en pas dynamiques)
Note: See TracChangeset
for help on using the changeset viewer.