Changeset 232
- Timestamp:
- 01/10/08 10:55:18 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/trunk/LMDZ4OR_v2/LMDZOR/COMP/orchidee.card
r197 r232 23 23 # List restart that have to be saved/restored each loop (file out, saved, and in) : 24 24 List= (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc) 25 # For STOMATE : 25 26 # \ 26 27 # (stomate_rest_out.nc, stomate_rest.nc, stomate_rest_in.nc) … … 28 29 29 30 [OutputText] 30 List= (out_orchidee )31 List= (out_orchidee, orchidee.def) 31 32 32 33 [OutputFiles] 33 34 List= (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history) 35 # For STOMATE : 34 36 # \ 35 # (stomate_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_stomate_history.nc, Post_1M_stomate_history) \36 # (stomate_Cforcing.nc, ${R_OUT_SRF_O_M}/${PREFIX}_stomate_Cforcing.nc, NONE) 37 # (stomate_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_stomate_history.nc, Post_1M_stomate_history) \ 38 # (stomate_Cforcing.nc, ${R_OUT_SRF_O_M}/${PREFIX}_stomate_Cforcing.nc, NONE) \ 37 39 # (stomate_forcing.nc, ${R_OUT_SRF_O_M}/${PREFIX}_stomate_forcing.nc, NONE) 40 # For ORCHIDEE_WATCHOUT : 41 # (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_orchidee_watchout.nc, NONE) \ 38 42 39 43 [Post_1M_sechiba_history] … … 41 45 GatherWithInternal = (lon, lat, veget, time_counter) 42 46 MonitoringVars = 43 TimeSeriesVars = ( alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, subli, tair, tsol_max, tsol_min, drainage)47 TimeSeriesVars = (lai, maxvegetfrac, vegetfrac, nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, subli, tair, temp_sol, tsol_max, tsol_min, drainage, CO2FLUX) 44 48 45 49 [Post_1M_stomate_history] 46 50 Patches = () 47 GatherWithInternal = 51 GatherWithInternal = (lon, lat, PFT, time_counter) 48 52 MonitoringVars = 49 TimeSeriesVars = 53 TimeSeriesVars = (SPACE_NAT, CO2FLUX_MONTHLY, LAI, VEGET, VEGET_MAX, NPP, GPP, MAINT_RESP, GROWTH_RESP, AGE, HEIGHT, T2M_MONTH, CONTFRAC, RESOLUTION_X, RESOLUTION_Y)
Note: See TracChangeset
for help on using the changeset viewer.