Changeset 1572 for trunk/LMDZ.TITAN/libf/phytitan/write_histday.h
- Timestamp:
- Jul 11, 2016, 9:35:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/write_histday.h
r1543 r1572 14 14 15 15 call histwrite_phy(nid_day,.false.,"phis",itau_w,pphis) 16 call histwrite_phy(nid_day,.false.,"aire",itau_w,cell_area) 16 c call histwrite_phy(nid_day,.false.,"aire",itau_w,cell_area) 17 cell_area_out(:)=cell_area(:) 18 if (is_north_pole_phy) cell_area_out(1)=cell_area(1)/nbp_lon 19 if (is_south_pole_phy) cell_area_out(klon)=cell_area(klon)/nbp_lon 20 call histwrite_phy(nid_day,.false.,"aire",itau_w,cell_area_out) 17 21 18 22 ccccccc axe Ls ... Faudrait le reduire a axe temporel seulement...
Note: See TracChangeset
for help on using the changeset viewer.