Changeset 2454 for LMDZ5/trunk/libf/phylmd/write_paramLMDZ_phy.h
- Timestamp:
- Feb 25, 2016, 6:39:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/write_paramLMDZ_phy.h
r2351 r2454 1 !2 ! calcul moyennes globales3 !4 zx_tmp_fi2d=bils*cell_area5 CALL global_mean(zx_tmp_fi2d,cell_area,.TRUE.,gbils)6 zx_tmp_fi2d=evap*cell_area7 CALL global_mean(zx_tmp_fi2d,cell_area,.TRUE.,gevap)8 zx_tmp_fi2d(:)=fevap(:, is_ter)*cell_area(:)9 CALL global_mean(zx_tmp_fi2d,cell_area,.TRUE.,gevapt)10 zx_tmp_fi2d=zxfluxlat*cell_area11 CALL global_mean(zx_tmp_fi2d,cell_area,.TRUE.,glat)12 zx_tmp_fi2d=(topsw0-toplw0)*cell_area13 CALL global_mean(zx_tmp_fi2d,cell_area,.TRUE.,gnet0)14 zx_tmp_fi2d=(topsw-toplw)*cell_area15 CALL global_mean(zx_tmp_fi2d,cell_area,.TRUE.,gnet)16 zx_tmp_fi2d=(rain_fall+snow_fall)*cell_area17 CALL global_mean(zx_tmp_fi2d,cell_area,.TRUE.,grain)18 zx_tmp_fi2d=zxtsol*cell_area19 CALL global_mean(zx_tmp_fi2d,cell_area,.TRUE.,gtsol)20 zx_tmp_fi2d=zt2m*cell_area21 CALL global_mean(zx_tmp_fi2d,cell_area,.TRUE.,gt2m)22 zx_tmp_fi2d=prw*cell_area23 CALL global_mean(zx_tmp_fi2d,cell_area,.TRUE.,gprw)24 1 ! 25 2 !$OMP MASTER … … 68 45 ! 69 46 !================================================================= 70 ! moyennes globales71 !72 CALL histwrite(nid_ctesGCM,"bils",itau_w, &73 gbils,np,ndex2d)74 CALL histwrite(nid_ctesGCM,"evap",itau_w, &75 gevap,np,ndex2d)76 CALL histwrite(nid_ctesGCM,"evap_land",itau_w, &77 gevapt,np,ndex2d)78 CALL histwrite(nid_ctesGCM,"flat",itau_w, &79 glat,np,ndex2d)80 CALL histwrite(nid_ctesGCM,"nettop0",itau_w, &81 gnet0,np,ndex2d)82 CALL histwrite(nid_ctesGCM,"nettop",itau_w, &83 gnet,np,ndex2d)84 CALL histwrite(nid_ctesGCM,"precip",itau_w, &85 grain,np,ndex2d)86 CALL histwrite(nid_ctesGCM,"tsol",itau_w, &87 gtsol,np,ndex2d)88 CALL histwrite(nid_ctesGCM,"t2m",itau_w, &89 gt2m,np,ndex2d)90 CALL histwrite(nid_ctesGCM,"prw",itau_w, &91 gprw,np,ndex2d)92 !=================================================================93 47 ! 94 48 if (ok_sync) then
Note: See TracChangeset
for help on using the changeset viewer.