- Timestamp:
- Jun 6, 2016, 2:15:33 PM (8 years ago)
- Location:
- LMDZ5/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/DefLists/field_def_lmdz.xml
r2538 r2541 589 589 <field id="rsdcs4co2" long_name="Downwelling CS SW 4xCO2 atmosphere" unit="W/m2" /> 590 590 <field id="rldcs4co2" long_name="Downwelling CS LW 4xCO2 atmosphere" unit="W/m2" /> 591 <field id="stratomask" long_name="Stratospheric fraction" unit="-" /> 591 592 </field_group> 592 593 -
LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
r2538 r2541 1063 1063 CALL histwrite_phy(o_zfull,zphi/RG) 1064 1064 1065 CALL histwrite_phy(o_stratomask, stratomask) 1066 1065 IF (flag_aerosol_strat.EQ.2) THEN 1066 CALL histwrite_phy(o_stratomask, stratomask) 1067 ENDIF 1068 1067 1069 IF (vars_defined) THEN 1068 1070 zx_tmp_fi3d(:,1)= pphis(:)/RG
Note: See TracChangeset
for help on using the changeset viewer.