Changeset 2435 for trunk/LMDZ.MARS/util/README
- Timestamp:
- Nov 23, 2020, 11:50:01 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/README
r2432 r2435 22 22 This program is used to concatenate consecutive 23 23 output files ("diagfi", and even "stats") for a selection of 24 variable, in order to obtain one single big file. The time simension can24 variable, in order to obtain one single big file. The time dimension can 25 25 be "sols" or "Ls" (in that last case, Ls will not be linear, and 26 26 software like Grads may not be able to use it. To have a linear "Ls" … … 187 187 extract.e < extract.points.def 188 188 189 189 -------------------------------------------------------------------- 190 9) aeroptical.e : compute aerosol opacities at a given wavelength 191 -------------------------------------------------------------------- 192 193 Program to compute opacities [1/km] of all aerosols from dust, water ice 194 and stormdust present in the input file, at a wavelength given by the user. 195 Computation is made from the aerosol mass mixing ratios and effective radius, 196 associated with air density (rho) and files containing the aerosol 197 optical properties (generally present in the GCM datadir/ directory). 198 199 NB : water ice effective radius is known to be a bit inaccurate in the GCM, 200 so reffwice can be prescribed by the user. 201 202 input : diagfi.nc / concat.nc / stats.nc kind of files 203 204 output file is : name_of_input_file_OPA.nc 205 aeroptical.e < aeroptical.def
Note: See TracChangeset
for help on using the changeset viewer.