Directory trunk/libf/phy1d/

Directory Created:
2012-01-10 14:57
Directory Deleted:
2014-04-16 02:24
Total Files:
0
Deleted Files:
20
Lines of Code:
0

[root]/trunk/libf/phy1d
                Folder removed from repo ttt (0 files, 0 lines)

Lines of Code

trunk/libf/phy1d/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 109 (100.0%) 10530 (100.0%) 96.6
fairhead 25 (22.9%) 8168 (77.6%) 326.7
emillour 10 (9.2%) 1109 (10.5%) 110.9
lguez 36 (33.0%) 1098 (10.4%) 30.5
fhourdin 33 (30.3%) 107 (1.0%) 3.2
idelkadi 5 (4.6%) 48 (0.5%) 9.6

Most Recent Commits

fhourdin 2014-04-16 02:24 Rev.: 2017

Reintegration de phy1d dans phylmd

0 lines of code changed in 20 files:

  • trunk/libf/phy1d: 1DUTILS.h (del), 1DUTILS.h_no_writelim (del), 1DUTILS.h_with_writelim (del), 1DUTILS.h_with_writelim_old (del), 1D_decl_cases.h (del), 1D_interp_cases.h (del), 1D_nudge_sandu_astex.h (del), 1D_read_forc_cases.h (del), 1Dconv.h (del), add_pbl_tend.F (del), compar1d.h (del), fcg_gcssold.h (del), fcg_racmo.h (del), flux_arp.h (del), lmdz1d.F (del), ocean_forced_mod.F90 (del), orografi_strato.F (del), pbl_surface_mod.F90 (del), surf_land_bucket_mod.F90 (del), tsoilnudge.h (del)
fhourdin 2014-02-14 12:58 Rev.: 1979

Suprresion de inigrads de 1DUTILS.h

0 lines of code changed in 1 file:

  • trunk/libf/phy1d: 1DUTILS.h (-78)
fhourdin 2014-02-14 11:42 Rev.: 1975

On enleve wrgradsfi de 1DUTILS.h. La routine est deja dans phylmd.
Removing wrgradsfi from 1DUTILS.h (already in phylmd)

0 lines of code changed in 1 file:

  • trunk/libf/phy1d: 1DUTILS.h (-120)
fhourdin 2014-02-12 10:17 Rev.: 1970

Correction de la commission précédente
Correction of previous commit

2 lines of code changed in 1 file:

  • trunk/libf/phy1d: 1D_decl_cases.h (+2 -2)
fhourdin 2014-02-11 20:11 Rev.: 1969

Correction. Declarations manquantes.
Bug fixing (mixing declarations).

5 lines of code changed in 2 files:

  • trunk/libf/phy1d: 1D_decl_cases.h (+3), lmdz1d.F (+2 -2)
fairhead 2014-02-11 12:52 Rev.: 1966

Correction de bug pour le cas Sandu.
Nudge au dessus de 700hpa à prendre en compte.
MPL

--This line, and those below, will be ignored--

M phy1d/1D_decl_cases.h
A phy1d/1D_nudge_sandu_astex.h
M phy1d/lmdz1d.F

46 lines of code changed in 3 files:

  • trunk/libf/phy1d: 1D_decl_cases.h (+2 -2), 1D_nudge_sandu_astex.h (new 34), lmdz1d.F (+10)
fhourdin 2014-02-07 18:20 Rev.: 1960

Nettoyage du code 1D pour limiter les warning en mode debug.
Essentiellement des declarations inutiles.

Cleaning of the 1D code in order to limit warnings in debug mode.
Essentially supressing unused declared variables.

93 lines of code changed in 6 files:

  • trunk/libf/phy1d: 1DUTILS.h (+46 -99), 1D_decl_cases.h (+7 -44), 1Dconv.h (+17 -18), add_pbl_tend.F (+3 -2), compar1d.h (+3 -1), lmdz1d.F (+17 -26)
fhourdin 2014-01-29 12:40 Rev.: 1953

Correction in for readprofiles_fire

7 lines of code changed in 2 files:

  • trunk/libf/phy1d: 1DUTILS.h (-2), 1D_read_forc_cases.h (+7 -3)
fairhead 2014-01-28 14:38 Rev.: 1951

Pour eviter que ça ne plante pour rien

2 lines of code changed in 1 file:

  • trunk/libf/phy1d: 1DUTILS.h (+2 -2)
idelkadi 2014-01-27 12:29 Rev.: 1948

- Option pour tourner sans thermiques ni ajustement sec si ifalg_thermals<0
(phylmd/physiq.F90)

- Modifications permettant d'imposer des profils initiaux de traceurs
lus dans un tracer.inp.001 (phylmd/1DUTILS.h, 1D_read_forc_cases.h et lmdz1d.F)

38 lines of code changed in 3 files:

  • trunk/libf/phy1d: 1DUTILS.h (+26 -5), 1D_read_forc_cases.h (+7 -2), lmdz1d.F (+5 -3)
idelkadi 2014-01-22 11:51 Rev.: 1943

Changes concerinng the Hourdin et al. 2002 version of the thermals and
Ayotte cases

calltherm.F90
-------------
call to thermcell_2002 modified :
1) iflag_thermals changed from 1 to >= 1000 ; iflag_thermals-1000
controls sub options.
2) thermals w and fraction in output files.

hbtm.F
------
Singularity in the 1/heat dependency of the Monin Obukov length L when
heat=0. Since 1/L is used rather than L, it is preferable to compute
directly L. There is a dependency in 1/u* then which is treated with a
threshold value.
(+ some cleaning in the syntax).

lmdz1d.F
--------
If nday<0, -nday is used as the total number of time steps of the
simulation.
The option with imposed wtsurf and wqsurf read in lmdz1d.def was not
active anymore.
< IF(.NOT.ok_flux_surf) THEN
changed to
> IF(.NOT.ok_flux_surf.or.max(abs(wtsurf),abs(wqsurf))>0.) THEN
before
fsens=-wtsurf*rcpd*rho(1)
flat=-wqsurf*rlvtt*rho(1)

phys_output_write.F90 et phys_local_var_mod.F90
-----------------------------------------------
Removing the d_u_ajsb contribution to duthe (same for dv).
Those tendencies are not computed by the model ...
< zx_tmp_fi3d(1:klon,1:klev)=d_u_ajs(1:klon,1:klev)/pdtphys - &
< d_u_ajsb(1:klon,1:klev)/pdtphys
---
> zx_tmp_fi3d(1:klon,1:klev)=d_u_ajs(1:klon,1:klev)/pdtphys
> ! d_u_ajsb(1:klon,1:klev)/pdtphys

thermcell_dq.F90, thermcell_main.F90
-----------------------------------
Some cleaning

thermcell_old.F
---------------
Control by iflag_thermals >= 1000
wa_moy and fraca in outputs
+ cleaning

9 lines of code changed in 1 file:

  • trunk/libf/phy1d: lmdz1d.F (+9 -3)
fairhead 2013-12-06 13:44 Rev.: 1914

Modifs pour le cas FIRE
MPL

--------

FIRE case mods
MPL


6 lines of code changed in 2 files:

  • trunk/libf/phy1d: 1DUTILS.h (+1), lmdz1d.F (+5 -1)
lguez 2013-11-26 15:10 Rev.: 1907

Added a copyright property to every file of the distribution, except
for the fcm files (which have their own copyright). Use svn propget on
a file to see the copyright. For instance:

$ svn propget copyright libf/phylmd/physiq.F90
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory

Also added the files defining the CeCILL version 2 license, in French
and English, at the top of the LMDZ tree.

90 lines of code changed in 15 files:

  • trunk/libf/phy1d: 1DUTILS.h (+6), 1D_decl_cases.h (+6), 1D_interp_cases.h (+6), 1D_read_forc_cases.h (+6), 1Dconv.h (+6), add_pbl_tend.F (+6), compar1d.h (+6), fcg_gcssold.h (+6), fcg_racmo.h (+6), flux_arp.h (+6), lmdz1d.F (+6), ocean_forced_mod.F90 (+6), orografi_strato.F (+6), surf_land_bucket_mod.F90 (+6), tsoilnudge.h (+6)
fairhead 2013-09-13 16:48 Rev.: 1866

La distinction avec ou sans writelim n'a plus lieu d'être
MP Lefebvre

-------------

the writelim/nowritelim distinction is of no further use
MP Lefebvre

3755 lines of code changed in 2 files:

  • trunk/libf/phy1d: 1DUTILS.h (new 3754), lmdz1d.F (+1)
lguez 2013-08-06 15:33 Rev.: 1827

Changed names of variables ema_work1 and ema_work2 to more meaningful
sig1 and w01. Same change in (re)startphy.nc. phyetat0 tries to find
old names ema_work1 and ema_work2 if new names sig1 and w01 are not
found, so the program can run with an old restartphy.nc. restartphy.nc
is modified compared to the previous SVN revision because of the change of
names but the data content is not modified (this can be checked with
max_diff_nc.sh -i).

3 lines of code changed in 1 file:

  • trunk/libf/phy1d: lmdz1d.F (+3 -3)
emillour 2013-07-19 14:43 Rev.: 1799

Added initializations of u_ancien and v_ancien. Changed format of lmdz1d.F file (was in DOS format ??).
FH

956 lines of code changed in 1 file:

  • trunk/libf/phy1d: lmdz1d.F (+956 -954)
emillour 2013-07-18 09:52 Rev.: 1794

Some cleanup around ismin/ismax/scopy/ssum routines which are defined in multiple places and should definitely only be in 'bibio'.
EM

0 lines of code changed in 3 files:

  • trunk/libf/phy1d: 1DUTILS.h_no_writelim (-58), 1DUTILS.h_with_writelim (-58), 1DUTILS.h_with_writelim_old (-58)
emillour 2013-07-17 11:24 Rev.: 1790

Ré-implémentation des commissions écrasées par la rev 1785. (Notamment lmdz1d.F)
UG
...................................................

Reimplementation of the commitions undonned by rev 1785. (Especially lmdy1d.F)
UG

107 lines of code changed in 1 file:

  • trunk/libf/phy1d: lmdz1d.F (+107 -24)
emillour 2013-07-16 11:22 Rev.: 1785

Transformation de l'include indicesol.h en un module indice_sol_mod et modification des appels dans tous les fichiers concernés.
Aucun changement des résultats ni des sorties du modèle vs 1784.
UG

...................................................


Replacement of the indicesol.h include by a module named indice_sol_mod. Modification of the calls in every affected files.
Results and outputs of simulations are unchanged in comparison with rev 1784.
UG

33 lines of code changed in 4 files:

  • trunk/libf/phy1d: lmdz1d.F (+26 -108), ocean_forced_mod.F90 (+4 -2), pbl_surface_mod.F90 (+1 -4), surf_land_bucket_mod.F90 (+2 -1)
fairhead 2013-07-05 10:38 Rev.: 1780

Inclusion des cas AMMA et Sandu dans la configuration 1D
MPL

------------------

AMMA and Sandu cases included in 1D configuration
MPL

3455 lines of code changed in 7 files:

  • trunk/libf/phy1d: 1DUTILS.h_no_writelim (+1223), 1D_decl_cases.h (+148), 1D_interp_cases.h (+252), 1D_read_forc_cases.h (+250 -11), lmdz1d.F (+100 -17), pbl_surface_mod.F90 (new 1475), tsoilnudge.h (new 7)
fairhead 2013-06-12 18:13 Rev.: 1769

Suite des modifications pour le 1D de la révision r1763

------------------------------------

Follow-up to the 1D modifications of r1763

2 lines of code changed in 1 file:

  • trunk/libf/phy1d: compar1d.h (+2 -1)
fairhead 2013-06-04 12:47 Rev.: 1763


In 1DUTILS.h disvert renamed disvert0.
There are now 2 routines to get a vertical grid: disvert0 or disvert (../dyn3d/disvert.F90).
The new flag ok_old_disvert allows the use of either disvert0 (ok_old_disvert=y) or disvert (ok_old_disvert=n)

In lmdz1d.F: rlat_rad and rlon_rad for coordinates in radians, cfdt ans sfdt concern the geostrophic wind


67 lines of code changed in 4 files:

  • trunk/libf/phy1d: 1DUTILS.h_no_writelim (+8 -1), 1DUTILS.h_with_writelim (+8 -1), 1DUTILS.h_with_writelim_old (+8 -1), lmdz1d.F (+43 -3)
idelkadi 2013-04-02 11:50 Rev.: 1739

correction in the call of iniphysiq.F

1 lines of code changed in 1 file:

  • trunk/libf/phy1d: lmdz1d.F (+1 -1)
fairhead 2013-01-18 17:02 Rev.: 1713


Corrections pour faire tourner les cas twpice et arm_cu

---------------------------

Some corrections for the twpice and arm_cu cases

831 lines of code changed in 1 file:

  • trunk/libf/phy1d: lmdz1d.F (+831 -821)
fairhead 2013-01-09 16:25 Rev.: 1706

rlat peut ne pas être défini à ce moment là dans certaines versions de la physique
FH

------------------------------------------

rlat might not actually be defined at that moment in some physics versions


1 lines of code changed in 1 file:

  • trunk/libf/phy1d: lmdz1d.F (+1 -1)
fairhead 2012-12-21 16:32 Rev.: 1702


To avoid conflict (incompatible and redundant open statements) with
conf_gcm FH

3 lines of code changed in 3 files:

  • trunk/libf/phy1d: 1DUTILS.h_no_writelim (+1 -1), 1DUTILS.h_with_writelim (+1 -1), 1DUTILS.h_with_writelim_old (+1 -1)
emillour 2012-08-22 17:32 Rev.: 1649

Corrections pour que les cas a flux de surface imposes marchent.
MPL & JYG

13 lines of code changed in 1 file:

  • trunk/libf/phy1d: lmdz1d.F (+13 -3)
lguez 2012-01-10 15:33 Rev.: 1608

In "phy1d/*", replaced obsolete calls to "lnblnk" by calls to "trim".

In "lmdz1d.F", use collector module "ioipsl" rather than specific
module "calendar", which is an internal module of IOIPSL. Removed line
containing only "#" (causes compilation error). Bug fix in call to
"init_phys_lmdz".

35 lines of code changed in 4 files:

  • trunk/libf/phy1d: 1DUTILS.h_no_writelim (+11 -17), 1DUTILS.h_with_writelim (+11 -17), 1DUTILS.h_with_writelim_old (+11 -16), lmdz1d.F (+2 -4)
lguez 2012-01-10 14:57 Rev.: 1607

Import 1D files. Files added to directory "phy1d" were in directories:

lmdz1d_source_20111207/phy1d_source
lmdz1d_source_20111207/phy1d_source_upd

extracted from:

http://www.lmd.jussieu.fr/~jyg/lmdz1d_source_20111207.tar.gz

970 lines of code changed in 16 files:

  • trunk/libf/phy1d: 1DUTILS.h_no_writelim (new 17), 1DUTILS.h_with_writelim (new 57), 1DUTILS.h_with_writelim_old (new 56), 1D_decl_cases.h (new), 1D_interp_cases.h (new), 1D_read_forc_cases.h (new 11), 1Dconv.h (new 12), add_pbl_tend.F (new), compar1d.h (new 1), fcg_gcssold.h (new), fcg_racmo.h (new), flux_arp.h (new), lmdz1d.F (new 813), ocean_forced_mod.F90 (new 2), orografi_strato.F (new), surf_land_bucket_mod.F90 (new 1)
Generated by StatSVN 0.7.0