Ignore:
Timestamp:
Sep 17, 2012, 1:45:13 PM (12 years ago)
Author:
musat
Message:
  • reorganise aerosol cases with ok_ade and ok_aie
  • ADE clear-sky at TOA and ADE clear-sky at SRF have been added in the outputs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write.h

    r1648 r1653  
    12581258     $            topswad_aero)
    12591259          ENDIF
     1260          IF (o_topswad0%flag(iff)<=lev_files(iff)) THEN
     1261             CALL histwrite_phy(nid_files(iff),
     1262     $clef_stations(iff),
     1263     $o_topswad0%name,itau_w,
     1264     $            topswad0_aero)
     1265          ENDIF
    12601266          IF (o_solswad%flag(iff)<=lev_files(iff)) THEN
    12611267             CALL histwrite_phy(nid_files(iff),
     
    12631269     $o_solswad%name,itau_w,
    12641270     $            solswad_aero)
     1271          ENDIF
     1272          IF (o_solswad0%flag(iff)<=lev_files(iff)) THEN
     1273             CALL histwrite_phy(nid_files(iff),
     1274     $clef_stations(iff),
     1275     $o_solswad0%name,itau_w,
     1276     $            solswad0_aero)
    12651277          ENDIF
    12661278
Note: See TracChangeset for help on using the changeset viewer.