March 2023 Commit Log

Number of Commits:
36
Number of Active Developers:
8
lguez 2023-03-31 19:42 Rev.: 4489

Merge LMDZ_ECRad branch back into trunk!

7496 lines of code changed in 129 files:

lguez 2023-03-31 17:09 Rev.: 4488

Sync latest trunk changes to branch LMDZ_ECRad

14 lines of code changed in 2 files:

dcugnet 2023-03-30 11:00 Rev.: 4487

Fix the tracers(:)%isAdvected computation in the lInit=.TRUE. case.
Few cosmetic changes to make infotrac and infotrac_phy more similar, so more easily comparable.

14 lines of code changed in 2 files:

lguez 2023-03-30 10:49 Rev.: 4486

Correct definition of INCLUDE and LIB for NetCDF95

Following commit r4426.

2 lines of code changed in 1 file:

evignon 2023-03-30 08:07 Rev.: 4485

premier commit pour l'ajout de la neige soufflee sur la nouvelle branche

1422 lines of code changed in 54 files:

lguez 2023-03-29 14:14 Rev.: 4482

Sync latest trunk changes to branch LMDZ_ECRad

12841 lines of code changed in 340 files:

evignon 2023-03-28 15:00 Rev.: 4481

quelques petites modifs pour le prochain atelier tke (lundi 03/04/2023)

30 lines of code changed in 3 files:

evignon 2023-03-28 08:40 Rev.: 4479

correction dans phylmdiso suite au precedent commit

1 lines of code changed in 1 file:

evignon 2023-03-27 15:25 Rev.: 4478

commission sur le melange turbulent et les cdrag suite au dernier atelier tke

136 lines of code changed in 8 files:

lfalletti 2023-03-22 17:07 Rev.: 4477

New axis (axis_lat_greordered) that fixes a bug with latitudes being reversed for outputs from CMIP6 workflow (for zonal mean files only)

7 lines of code changed in 2 files:

musat 2023-03-21 13:15 Rev.: 4476

Ajout fichier aerosol_optics_lmdz.nc
Ionela

0 lines of code changed in 1 file:

musat 2023-03-21 12:07 Rev.: 4475

Mise a jour namelist ECRAD avec solver TripleClouds
cf. Maelle
Ionela

4 lines of code changed in 1 file:

fairhead 2023-03-15 10:08 Rev.: 4473

Removing def file

0 lines of code changed in 1 file:

fairhead 2023-03-15 10:02 Rev.: 4472

Missing parameter initialisation from r4448

3 lines of code changed in 1 file:

lguez 2023-03-10 22:54 Rev.: 4471

Reverse commit r4462

Because, in `leapfrog_loc`, `abort_gcm` is called after
`finalize_parallel` and `mpi_abort` cannot be called after
`mpi_finalize`. Note that `leapfrog_loc` is the only place where
`abort_gcm` is called with code 0.

0 lines of code changed in 1 file:

fairhead 2023-03-10 17:51

Replaced STOP instructions by calls to abort_gcm for a cleaner exit

97 lines of code changed in 30 files:

lguez 2023-03-10 15:07 Rev.: 4467

Bug fix: correct typo

1 lines of code changed in 1 file:

evignon 2023-03-09 22:34 Rev.: 4466

fixing bug about previous commit on SSO activation

10 lines of code changed in 3 files:

fairhead 2023-03-09 18:11 Rev.: 4465

Removed LMDZ-tracers brach as no longer needed

0 lines of code changed in 140 files:

lguez 2023-03-09 18:03 Rev.: 4464

Replace stop by call to `abort_(physiq|gcm)`

6 lines of code changed in 4 files:

lguez 2023-03-09 17:46 Rev.: 4463

Replace stop by call to `abort_physiq`

12 lines of code changed in 3 files:

lguez 2023-03-09 17:44 Rev.: 4462

Abort even when ierr is 0

This is consistent with the name of the subroutine.

0 lines of code changed in 2 files:

lguez 2023-03-09 17:19 Rev.: 4461

Bug fix: call abort_physic with code 1

1 lines of code changed in 1 file:

lguez 2023-03-09 17:16 Rev.: 4460

Abort even when ierr is 0

This is consistent with the name of the subroutine.

7 lines of code changed in 3 files:

evignon 2023-03-08 15:54 Rev.: 4458

mise des seuils d'activation des params de SSO sous flag
pour faciliter les tests de sensibilité à venir

65 lines of code changed in 4 files:

lguez 2023-03-07 19:18 Rev.: 4456

Stop with return code 1

So that a calling script may know that the program failed.

0 lines of code changed in 4 files:

lguez 2023-03-07 19:16 Rev.: 4455

Complete `arch-gfortran.fcm`

`makelmdz_fcm -arch gfortran -parallel mpi_omp` should now work with
gfortran 11. (Before this commit, `makelmdz_fcm -arch gfortran
-parallel mpi_omp` did not work regardless of gfortran version.)

8 lines of code changed in 1 file:

dcugnet 2023-03-07 16:17 Rev.: 4454

Fix for the strange language dependent bug (workaround was "unset LANG"): replace testFile routines with INQUIRE intrinsic function.

15 lines of code changed in 2 files:

fhourdin 2023-03-07 13:18 Rev.: 4453

Changement d'un nom de param

11 lines of code changed in 2 files:

crisi 2023-03-05 11:18 Rev.: 4452

quelques corrections dans les verifs isotopiques

12 lines of code changed in 2 files:

fhourdin 2023-03-03 15:50 Rev.: 4451

Correction isotopes

1 lines of code changed in 1 file:

fhourdin 2023-03-03 10:50 Rev.: 4450

Correction isotope de la derniere commission

92 lines of code changed in 2 files:

evignon 2023-03-02 16:17 Rev.: 4449

commission du nouveau schema de turbulence developpe
dans le cadre de l'atelier tke

321 lines of code changed in 8 files:

fhourdin 2023-03-02 10:05 Rev.: 4448

Debut de replay_isation de yamada4

104 lines of code changed in 5 files:

fairhead 2023-03-01 18:27 Rev.: 4447

Added some routines from the trunk that were previously links and that svn did not want to commit on the previous commit (with an
"Node filename has unexpectedly changed kind" error)

1598 lines of code changed in 5 files:

fairhead 2023-03-01 18:22 Rev.: 4446

Merged trunk revisions from 4127 to 4443 (HEAD) into branch

15760 lines of code changed in 409 files:

February 2023 »

Generated by StatSVN 0.7.0