StatSVN - February 2019 Commit Log
February 2019 Commit Log
- Number of Commits:
- 5
- Number of Active Developers:
- 5
- jghattas 2019-02-08 17:29 #5 Rev.: 3464
-
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:
- trunk/arch: arch-X64_ADA.path (new), arch-X64_IRENE.path (+2 -2)
- lguez 2019-02-08 15:28 #4 Rev.: 3463
-
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:
- branches/Ocean_skin/libf/phylmd: ocean_cpl_mod.F90 (new), ocean_forced_mod.F90 (new), surf_ocean_mod.F90 (+3 -3)
- fhourdin 2019-02-02 02:57 #3 Rev.: 3462
-
Changing the call to iophy
FH
4 lines of code changed in 2 files:
- trunk/libf/phylmd: phyetat0.F90 (+2 -1), physiq_mod.F90 (+2 -1)
- oboucher 2019-02-01 21:29 #2 Rev.: 3461
-
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:
- trunk/libf/phylmd: physiq_mod.F90 (+122 -137)
- fairhead 2019-02-01 16:54 #1 Rev.: 3460
-
Need initialisation of RRTM before starting to write outputs
14 lines of code changed in 1 file:
- trunk/libf/phylmd: physiq_mod.F90 (+14 -14)