November 2021 Commit Log

Number of Commits:
38
Number of Active Developers:
9
lguez 2021-11-30 20:44 Rev.: 4035

Bug fix: only write defined fields to startphy

5 lines of code changed in 1 file:

lguez 2021-11-30 20:36 Rev.: 4034

Bug fix: define fields written to startphy

When compiled in debug mode, CE0L wrote NaNs in startphy for variables
`awake_dens`, `cv_gen`, `delta_tsurf`, `beta_aridity`, `ratqs_inter`
and reading this startphy with gcm crashed in procedure
`phyetat0_get`, when computing min and max.

14 lines of code changed in 1 file:

crisi 2021-11-30 15:00 Rev.: 4033

nettoyage de sorties ecran

99 lines of code changed in 13 files:

crisi 2021-11-30 14:59 Rev.: 4032

de detail: qperemin=1e-30,masseqmin=1e-18,ratiomin=1e-6

1 lines of code changed in 1 file:

idelkadi 2021-11-29 16:29 Rev.: 4031

Corrections in the LMDZ-ECRAN interface:
- gas concentrations in VMR instead of MMR
- use of a constant value for each gas instead of a table of values
- specify in the 14 SW bands of ECRAD those corresponding to the 6 SW bands for diffuse and direct albedo in LMDZ
- passage of all processing of input fields for Ecrad (conversions, calculations, ...) from radiation.F90 to radlw.F90

163 lines of code changed in 2 files:

musat 2021-11-29 13:56

Ajout nouveaux flags wake par Jean-Yves Grandpeix

66 lines of code changed in 2 files:

musat 2021-11-29 13:49 Rev.: 4028

Ajout nouveaux flags wake par Jean-Yves Grandpeix

14 lines of code changed in 1 file:

emillour 2021-11-29 09:28 Rev.: 4027

Fix (temporary?) for isotopes, set threshold on qperemin to zero.
EM

1 lines of code changed in 1 file:

emillour 2021-11-26 09:56 Rev.: 4026

Missing initialization in infotrac_phy for isotopes.
While at it removed a dead link in phylmdiso.
EM

1 lines of code changed in 2 files:

lguez 2021-11-26 09:27 Rev.: 4025

Cherry-pick revision 4019 from trunk

9 lines of code changed in 1 file:

lguez 2021-11-26 09:27 Rev.: 4024

Only give initial value when needed

Only give initial value to `delta_sst` and `delta_sal` when needed:
when we want to send them to the ocean.

2 lines of code changed in 1 file:

lguez 2021-11-26 09:27 Rev.: 4023

Bug fix: only write defined fields to startphy

5 lines of code changed in 1 file:

lguez 2021-11-26 09:27 Rev.: 4022

Bug fix: define fields written to startphy

Else ce0l crashes in debug mode.

14 lines of code changed in 1 file:

lguez 2021-11-26 09:27 Rev.: 4021

Polish

10 lines of code changed in 4 files:

lguez 2021-11-26 09:27 Rev.: 4020

Send 3 more fields to the ocean

Send 3 more fields to the ocean to compute CO2 flux at
ocean-atmosphere interface. The three fields are dter and dser, which
already existed, and a newly created field: `dt_ds`. So dter and dser
have to become state variables. The variable `dt_ds` of module
`phys_state_var_mod` is only allocated and defined if
`activate_ocean_skin` == 2 and `type_ocean` == "couple".

152 lines of code changed in 10 files:

evignon 2021-11-25 15:59 Rev.: 4019

Correction (esperee) du probleme des nan dans le calcul de l_mix dans yamada4

9 lines of code changed in 1 file:

musat 2021-11-23 18:34 Rev.: 4017

Reglage LUDOBest1 (SCM-W47-012) avec activation nouveau code precipitation
large-scale "lscp" de Etienne

605 lines of code changed in 1 file:

musat 2021-11-23 18:14 Rev.: 4016

Reglage LUDOBest1 (SCM-W47-012) avec physique Ludovic et 95 niveaux

601 lines of code changed in 1 file:

musat 2021-11-22 14:35 Rev.: 4015

Réglage officiel des simulations amip-LR-QUEST

541 lines of code changed in 1 file:

musat 2021-11-19 18:24 Rev.: 4014

Sauvegarde des réglages de la physique
physiq.def_NPv6.1 : réglage simulations CM6A-LR
physiq.def_NPv6.2 : réglage simulations QUEST-LR
physiq.def_NPv6.3 : prochain réglage comprenant réglage QUEST
et les flags associés aux derniers développements
IM

1124 lines of code changed in 3 files:

lguez 2021-11-19 17:58 Rev.: 4013

Sync latest trunk changes to Ocean_skin

14579 lines of code changed in 146 files:

dcugnet 2021-11-19 17:41 Rev.: 4012

Cleaning: removing write_histrac.h

0 lines of code changed in 2 files:

dcugnet 2021-11-19 17:28 Rev.: 4011

Cleaning: removing ini_histrac.h
Replacing phylmdios/phytrac_mod.F90 by a link to phylmd/phytrac_mod.F90

4 lines of code changed in 4 files:

emillour 2021-11-18 10:29 Rev.: 4010

Fix OpenMP bug in previous revision.
While at it removed dead link in phylmdiso.
EM

1 lines of code changed in 2 files:

evignon 2021-11-18 00:23 Rev.: 4009

! Prise en compte de l'orographie sous maille, des heterogeneites de surface
! sur le ratqs + nouvelle version des ratqs interactifs de Louis
! Le tout est dan un module: calcratqs_multi_mod.
! Pour l'instant, les nouvelles contributions peuvent s'activer
! uniquement de facon separee

854 lines of code changed in 9 files:

emillour 2021-11-17 13:58 Rev.: 4008

Fix previous commit, missing use added.
EM

1 lines of code changed in 1 file:

emillour 2021-11-17 13:06 Rev.: 4007

Some fixes for phylmdiso:
- serial advection scheme updated to match the ones in dyn3dmem
- follow up on the changes in tracer name string length from r4005
EM

43 lines of code changed in 3 files:

musat 2021-11-15 17:28 Rev.: 4006

Rangement de beta-crf.data dand DefLists
IM

8 lines of code changed in 1 file:

emillour 2021-11-10 11:40 Rev.: 4005

Some cleanup around tracer name string length, and anticipate future needs and make default string max length larger (128 characters instead of 20).
EM

20 lines of code changed in 2 files:

fairhead 2021-11-09 18:53 Rev.: 4004

Added properties on phylmdiso directory
LF

108 lines of code changed in 138 files:

fairhead 2021-11-09 18:26 Rev.: 4003

Resolving some isotope issues introduced by r3999
LF

1655 lines of code changed in 4 files:

musat 2021-11-09 14:10 Rev.: 4002

Ajout vert_L95.def

41 lines of code changed in 1 file:

oboucher 2021-11-08 10:24 Rev.: 4001

Adding missing units in print out of physical constants

24 lines of code changed in 1 file:

oboucher 2021-11-07 11:24 Rev.: 4000

Add output for eps=Rd/Rv

1 lines of code changed in 1 file:

evignon 2021-11-05 13:40 Rev.: 3999

commission de la nouvelle routine de condensation
grande echelle simplifiee (lscp, version epuree de fistilp)
et du schema de nuages de phase mixte (en developpement)

La routine lscp n'est active que sous flag
ok_new_lscp=y


2653 lines of code changed in 12 files:

emillour 2021-11-02 16:54 Rev.: 3998

Cleanup for tracers. Stop if there is no "traceur.def" file to read, rather than try to guess number and type of tracers.
EM

4 lines of code changed in 1 file:

emillour 2021-11-02 12:24 Rev.: 3997

Code cleanup. Remove obsolete "dyn3dpar" dynamics and make dyn3dmem the default parallel core in the maklmdz[_fcm] scripts.
EM

6 lines of code changed in 7 files:

emillour 2021-11-02 11:39 Rev.: 3996

Code cleanup. Remove obsolete "phymar" package and references thereto in the maklmdz[_fcm] scripts.
EM

0 lines of code changed in 4 files:

October 2021 »

Generated by StatSVN 0.7.0