Changeset 2417 for trunk/LMDZ.MARS/README
- Timestamp:
- Oct 16, 2020, 9:40:05 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2416 r2417 3170 3170 + Resolved Ticket #61 : add comments in the code and in the output file to make the program more 3171 3171 transparent for the users 3172 3173 == 16/10/2020 == EM 3174 Add a new scheme to handle the dust and its radiative impact. Triggered using 3175 a new flag dustscaling_mode=2 (dustscaling_mod=0: no rescaling at all, and 3176 dustscaling_mode=1: full rescaling using tauscaling, GCMv5.3 style). Rescaling 3177 is then only done on the radiative impact (see dust_scaling_mod.F90) of dust. 3178 Moreover the scaling factor "dust_rad_adjust" is evaluated using the target dust 3179 scenario opacity for the next sol and left to evolve linearly until then to not 3180 impose the diurnal evolution of dust. 3181 In practice, main changes or additions in the code are: 3182 - renamed flag "tauscaling_mode" as "dustscaling_mode" 3183 - moved parameter "t_scenario_sol" to "dust_param_mod" 3184 - adapted "compute_dustscaling" routine in "dust_scaling_mod" 3185 - added module "dust_rad_adjust_mod" 3186 - 2D fields "dust_rad_adjust_prev" and "dust_rad_adjust_next" required to 3187 compute coefficient "dust_rad_adjust" need to be stored in (re)startfi files
Note: See TracChangeset
for help on using the changeset viewer.