Added option that IOIPSL library could be found in IOIPSL/lib and IOIPSL/inc folder. This is the case using the version of IOIPSL compiled with fcm for use with DYNAMICO.
4 lines of code changed in 3 files:
Compute surface sensible heat flux and latent heat flux using
ocean-atmosphere interface temperature instead of bulk SST, if
activate_ocean_skin == 2. So we add argument tsurf_in to
ocean_cpl_noice and ocean_forced_noice, and call calcul_fluxs with
tsurf_in. tsurf_in was already an argument of ocean_slab_noice, and
calcul_fluxs was already called with tsurf_in in ocean_slab_noice.
In procedure surf_ocean, when activate_ocean_skin == 2, rf should be
computed from the ocean-atmosphere interface temperature, tsurf_in,
not the SST bulk temperature, tsurf_new. So, for consistency, we also
use tsurf_in when activate_ocean_skin == 1. So this revision also
changes the results when activate_ocean_skin == 1.
16 lines of code changed in 5 files:
Changing the call to iophy
FH
4 lines of code changed in 2 files:
Writing out some parameters that were not output before
As usual cleaning out the routine but a lot more needed
122 lines of code changed in 1 file:
Need initialisation of RRTM before starting to write outputs
14 lines of code changed in 1 file: