Modifications to code to introduce a new vertical axis on llm+1 levels so that fluxes can
be output on their proper levels as per the CMIP6 DataRequest?
Actually is r3853 from the IPSL-CM6A-MR branch
LF
39 lines of code changed in 10 files:
correcting operator for rnebss
1 lines of code changed in 1 file:
Cleaning up the routine
163 lines of code changed in 1 file:
More tuning parameters to be read from def list
28 lines of code changed in 1 file:
io_lon and io_lat not exist in unstructured grid - modify inca call to take this in account
52 lines of code changed in 1 file:
Sync latest trunk changes to branch LMDZ_ECRad.
236 lines of code changed in 25 files:
Do not use `handle_err`
`handle_err` is no longer in NetCDF95. In the modified procedures in
the present commit, `handle_err` was used after a call to
`nf90_get_var`, because `nf95_get_var` did not exist in NetCDF95 when
the procedures were written. Now, we can just use `nf95_get_var`.
25 lines of code changed in 8 files:
Add NetCDF95 flags
6 lines of code changed in 2 files:
Add NetCDF95 variables to PATH files
40 lines of code changed in 39 files:
Keep "WARNING IFP=" message for the first pass through physics
IM
0 lines of code changed in 2 files:
"oldrad" clearer than just "old" as suffix for executables
3 lines of code changed in 1 file:
Remove useless "TARGET" attributes in getKeyByName_?m functions, because pointers are no longer used.
10 lines of code changed in 1 file:
* Modifications in readSections to allow a continuation line character "\":
in both "tracer.def" and "isotopes_params.def", information for a single
tracer or isotope can now be stored on several lines.
* Modifications in "dispTable" and associated routines to allow too wide tables
to be displayed as several shorter sub-tables: each sub-table is at most
"nMaxCol" characters wide (typically: number of characters displayable in a
tandard screen window) and the first "nHead" columns (typically: name, index,
etc.) are duplicated in each sub-table. A default value for nMaxCol, called
maxTableWidth (currently = 192) is available in readTracFiles_mod.
* Subroutine "readIsotopesFile" becomes a function with a boolean returned
error value "lerr" used to trigger an external aborting function (no STOP).
186 lines of code changed in 5 files:
Change pointer to allocatable
Change pointer attribute to allocatable for actual arguments of
`nf95_gw_var`. Following update of NetCDF95.
0 lines of code changed in 6 files: