Ignore:
Timestamp:
Oct 8, 2014, 9:26:28 AM (10 years ago)
Author:
slebonnois
Message:

SL: update to newstart/start2archive tools in Venus+Titan / additional diagnostics in radiative fluxes for Titan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/ini_histmth.h

    r1056 r1356  
    236236     .                32, "ave(X)", zsto1,zout)
    237237
     238c        CALL histdef(nid_mth, "SWup", "upward SW flux","W/m2",
     239c    .                iim,jj_nb,nhori, klev,1,klev,nvert,
     240c    .                32, "ave(X)", zsto1,zout)
     241
     242c        CALL histdef(nid_mth, "SWdn", "downward SW flux","W/m2",
     243c    .                iim,jj_nb,nhori, klev,1,klev,nvert,
     244c    .                32, "ave(X)", zsto1,zout)
     245
    238246         CALL histdef(nid_mth, "LWnet", "Net LW flux","W/m2",
    239247     .                iim,jj_nb,nhori, klev,1,klev,nvert,
    240248     .                32, "ave(X)", zsto1,zout)
     249
     250c        CALL histdef(nid_mth, "LWup", "upward LW flux","W/m2",
     251c    .                iim,jj_nb,nhori, klev,1,klev,nvert,
     252c    .                32, "ave(X)", zsto1,zout)
     253
     254c        CALL histdef(nid_mth, "LWdn", "downward LW flux","W/m2",
     255c    .                iim,jj_nb,nhori, klev,1,klev,nvert,
     256c    .                32, "ave(X)", zsto1,zout)
     257
     258         CALL histdef(nid_mth, "fluxvdf", "PBL net flux","W/m2",
     259     .                iim,jj_nb,nhori, klev,1,klev,nvert,
     260     .                32, "ave(X)", zsto,zout)
     261
     262         CALL histdef(nid_mth, "fluxdyn", "Dyn. net flux","W/m2",
     263     .                iim,jj_nb,nhori, klev,1,klev,nvert,
     264     .                32, "ave(X)", zsto,zout)
     265
     266         CALL histdef(nid_mth, "fluxajs", "Dry adj. net flux","W/m2",
     267     .                iim,jj_nb,nhori, klev,1,klev,nvert,
     268     .                32, "ave(X)", zsto,zout)
     269
     270c        CALL histdef(nid_mth, "fluxec", "Cin. net flux","W/m2",
     271c    .                iim,jj_nb,nhori, klev,1,klev,nvert,
     272c    .                32, "ave(X)", zsto,zout)
    241273
    242274c --------------
Note: See TracChangeset for help on using the changeset viewer.