Directory trunk/libf/phymar/

Directory Created:
2014-07-11 18:22
Total Files:
451
Deleted Files:
15
Lines of Code:
189679

[root]/trunk/libf/phymar

Lines of Code

trunk/libf/phymar/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 492 (100.0%) 191400 (100.0%) 389.0
fairhead 461 (93.7%) 189880 (99.2%) 411.8
emillour 24 (4.9%) 1421 (0.7%) 59.2
fhourdin 4 (0.8%) 63 (0.0%) 15.7
jbmadeleine 3 (0.6%) 36 (0.0%) 12.0

Most Recent Commits

emillour 2017-01-30 12:24 Rev.: 2786

Further convergence with planetary models:
- move vertical_layers_mod.F90 to phy_common and call init_vertical_layers in inigeomphy_mod
- add aps and bps (mid-layer coordinates) to vertical_layers_mod.F90
- same adaptations for the 1D case
EM

0 lines of code changed in 1 file:

  • trunk/libf/phymar: vertical_layers_mod.F90 (del)
fhourdin 2016-09-23 10:15 Rev.: 2632

Ajustement sur la version dusts.

0 lines of code changed in 1 file:

  • trunk/libf/phymar: iophys.F90 (del)
emillour 2016-07-22 16:05 Rev.: 2599

Update for phymar which should have been done with revision 2315.
Introduce module vertical_layers_mod to store information on the
vertical grid to be used within the physics (rather than including
the dynamics-related comvert.h).
EM

52 lines of code changed in 3 files:

  • trunk/libf/phymar: iophys.F90 (+5 -6), physiq_mod.F90 (+1 -1), vertical_layers_mod.F90 (new 46)
emillour 2016-01-03 12:16 Rev.: 2418

Improving the physics/dynamics interface:
- added module callphysiq_mod.F90 in dynphy_lonlat/phy*** which contains the routine "call_physiq" which is called by calfis* and calls the physics. This way different "physiq" routine from different physics packages may be called: The calfis* routines now exposes all available fields that might be transmitted to physiq but which is actually send (ie: expected/needed by physiq) is decided in call_physiq.
- turned "physiq.F90" into module "physiq_mod.F90" for better control of "physiq" arguments. Extracted embeded "gr_fi_ecrit" as self-standing routine (but note that this routine actually only works in serial mode).
EM

1151 lines of code changed in 2 files:

  • trunk/libf/phymar: physiq.F90 (del), physiq_mod.F90 (new 1151)
jbmadeleine 2015-11-02 15:52 Rev.: 2382

>>> Updated phymar routines and made sure it compiles
- Changed X___AT in Mod_PHY_AT_kkl.f90 from REAL*16 (obsolete) to double precision
- The number of tracers nqtot is now given to MAR via the infotrac_phy routine
- Changed iim and jjm into ii and jj in dynlonlat_phylonlat/phymar/iniphysiq_mod.F90
- Added the declaration of the rotational in phymar/physiq.F90

36 lines of code changed in 3 files:

  • trunk/libf/phymar: Mod_PHY_AT_kkl.f90 (+2 -1), infotrac_phy.F90 (new 32), physiq.F90 (+2)
emillour 2015-08-25 17:14 Rev.: 2351

More on physics/dynamics separation and cleanup:
- Set things up so that all physics-related initializations are done via iniphysiq.
- Created a "geometry_mod.F90" module in phy_common to store information on the loacl grid (i.e. replaces comgeomphy) and moreover give these variables more obvious names (e.g.: rlond => longitude, rlatd => latitude, airephy => cell_area).
- removed obsolete comgeomphy.h and comgeomphy.F90
EM

59 lines of code changed in 5 files:

  • trunk/libf/phymar: comgeomphy.F90 (del), init_phys_lmdz.F90 (del), phyaqua.F (del), phyaqua_mod.F90 (new 45), physiq.F90 (+14 -14)
emillour 2015-07-01 15:57 Rev.: 2320

Physics/dynamics separation: make an infotrac_phy module, which should be used from within the physics, and is initialized from infotrac (dynamics) via iniphysiq.
EM

1 lines of code changed in 1 file:

  • trunk/libf/phymar: physiq.F90 (+1 -1)
emillour 2015-03-23 09:27 Rev.: 2239

Reorganizing physics/dynamics interface:
- what is related to dynamics-physics interface is now in a seperate directory: dynlmdz_phy*** for physics in phy***
- 1d model and related dependencies (including a couple from "dynamics", set up as symbolic links) is now in subdirectory "dyn1d" of phy***.
- "bibio" directory is now "misc" and should only contain autonomous utilities.
- "cosp" is now a subdirectory of phylmd.
EM

0 lines of code changed in 8 files:

  • trunk/libf/phymar: iniphysiq.F90 (del), mod_grid_phy_lmdz.F90 (del), mod_phys_lmdz_mpi_data.F90 (del), mod_phys_lmdz_mpi_transfert.F90 (del), mod_phys_lmdz_omp_data.F90 (del), mod_phys_lmdz_omp_transfert.F90 (del), mod_phys_lmdz_para.F90 (del), mod_phys_lmdz_transfert_para.F90 (del)
emillour 2015-03-13 11:01 Rev.: 2233

Fix missing declarations for iniphysiq in "phydev" and "phymar".
EM

5 lines of code changed in 1 file:

  • trunk/libf/phymar: iniphysiq.F90 (+5)
emillour 2015-03-11 16:55 Rev.: 2225

Some cleanup and tidying up in the dynamics/physics interface.
EM

152 lines of code changed in 2 files:

  • trunk/libf/phymar: iniphysiq.F (del), iniphysiq.F90 (new 152)
emillour 2015-03-09 08:38 Rev.: 2221

Some cleanup: remove (unused) clesph0 from dynamics.
EM

1 lines of code changed in 1 file:

  • trunk/libf/phymar: physiq.F90 (+1 -3)
fhourdin 2014-08-04 01:22 Rev.: 2104

Corrections de phymar par Gilles Delaygue.

26 lines of code changed in 2 files:

  • trunk/libf/phymar: PHY_MAR___.f90 (+16 -5), physiq.F90 (+10 -5)
fhourdin 2014-07-14 22:56 Rev.: 2091

Correction
Bug fixing

37 lines of code changed in 1 file:

  • trunk/libf/phymar: PHY________INI.f90 (+37 -14)
fairhead 2014-07-11 18:22 Rev.: 2089

Inclusion de la physique de MAR

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

Integration of MAR physics

189880 lines of code changed in 461 files:

  • trunk/libf/phymar: Atm_RT_INI.F90 (new 542), Atm_RT_RUN.F90 (new 840), CMiPhy.f90 (new 3526), CVAmnh.f90 (new 7944), MAR________BUG.f90 (new 27), Mod_Atm_CM_QSa.f90 (new 33), Mod_Atm_CM_RUN.f90 (new 37), Mod_Atm_CP_RUN.f90 (new 29), Mod_Atm_S0_RUN.f90 (new 31), Mod_CMiPhy_loc.f90 (new 81), Mod_PHY_AT_ctr.f90 (new 50), Mod_PHY_AT_grd.f90 (new 32), Mod_PHY_AT_kkl.f90 (new 121), Mod_PHY_CM_ctr.f90 (new 25), Mod_PHY_CM_dat.f90 (new 122), Mod_PHY_CM_grd.f90 (new 28), Mod_PHY_CM_kkl.f90 (new 97), Mod_PHY_CP_ctr.f90 (new 67), Mod_PHY_CP_dat.f90 (new 24), Mod_PHY_CP_grd.f90 (new 27), Mod_PHY_CP_kkl.f90 (new 51), Mod_PHY_DY_kkl.f90 (new 54), Mod_PHY_RT_dat.f90 (new 26), Mod_PHY_RT_dim.f90 (new 25), Mod_PHY_RT_grd.f90 (new 27), Mod_PHY_RT_kkl.f90 (new 64), Mod_PHY_RT_xyz.f90 (new 50), Mod_PHY_S0_ctr.f90 (new 27), Mod_PHY_S0_dat.f90 (new 60), Mod_PHY_S0_grd.f90 (new 28), Mod_PHY_S0_kkl.f90 (new 30), Mod_PHY____dat.f90 (new 93), Mod_PHY____grd.f90 (new 75), Mod_PHY____kkl.f90 (new 41), Mod_Real.f90 (new 7), Mod_SISVATLBSn.f90 (new 59), Mod_SISVATLGSn.f90 (new 33), Mod_SISVATLSBL.f90 (new 38), Mod_SISVATLSIc.f90 (new 33), Mod_SISVATLSnO.f90 (new 39), Mod_SISVATLTSo.f90 (new 61), Mod_SISVATLTVg.f90 (new 39), Mod_SISVATLVgO.f90 (new 35), Mod_SISVATLmmm.f90 (new 78), Mod_SISVATLqSn.f90 (new 53), Mod_SISVATLqSo.f90 (new 53), Mod_SISVATLqVg.f90 (new 32), Mod_SISVATLzSn.f90 (new 54), Mod_SISVAT_BDu.f90 (new 32), Mod_SISVAT_BSn.f90 (new 33), Mod_SISVAT_CdP.f90 (new 38), Mod_SISVAT_GSn.f90 (new 34), Mod_SISVAT_SIc.f90 (new 32), Mod_SISVAT_SnOptP.f90 (new 32), Mod_SISVAT_TRV.f90 (new 75), Mod_SISVAT_aux.f90 (new 40), Mod_SISVAT_cdf.f90 (new 43), Mod_SISVAT_ctr.f90 (new 38), Mod_SISVAT_dat.f90 (new 263), Mod_SISVAT_dim.f90 (new 19), Mod_SISVAT_dzS.f90 (new 25), Mod_SISVAT_flx.f90 (new 39), Mod_SISVAT_gpt.f90 (new 56), Mod_SISVAT_grd.f90 (new 52), Mod_SISVAT_kkl.f90 (new 172), Mod_SISVAT_loc.f90 (new 59), Mod_SISVAT_log.f90 (new 7), Mod_SISVAT_qSn.f90 (new 38), Mod_SISVAT_qSo.f90 (new 33), Mod_SISVAT_wEq.f90 (new 30), Mod_SISVAT_xAH.f90 (new 32), Mod_SISVAT_xAW.f90 (new 32), Mod_SISVAT_xWL.f90 (new 32), Mod_SISVAT_xZM.f90 (new 33), Mod_SISVAT_zSn.f90 (new 34), Mod_genTKE_RUN.f90 (new 40), Mod_vdfTKE_RUN.f90 (new 35), PHY_Atm_AT_ALLOC.f90 (new 68), PHY_Atm_AT_INI.f90 (new 112), PHY_Atm_AT_RUN.f90 (new 490), PHY_Atm_CM_ALLOC.f90 (new 90), PHY_Atm_CM_INI.f90 (new 113), PHY_Atm_CM_QSat.f90 (new 170), PHY_Atm_CM_RUN.f90 (new 346), PHY_Atm_CP_ALLOC.f90 (new 50), PHY_Atm_CP_INI.f90 (new 231), PHY_Atm_CP_RUN.f90 (new 419), PHY_Atm_DY_ALLOC.f90 (new 53), PHY_Atm_DY_INI.f90 (new 33), PHY_Atm_DY_RUN.f90 (new 50), PHY_Atm_RT_ALLOC.f90 (new 65), PHY_Atm_RT_INI.f90 (new 32), PHY_Atm_RT_RUN.f90 (new 31), PHY_Atm_S0_ALLOC.f90 (new 41), PHY_Atm_S0_INI.f90 (new 128), PHY_Atm_S0_RUN.f90 (new 388), PHY_CPU_NumPrec.f90 (new 945), PHY_MAR_DAT.f90 (new 108), PHY_MAR___.f90 (new 1311), PHY_SISVAT_ALLOC.f90 (new 485), PHY_SISVAT_INI.f90 (new 512), PHY_SISVAT_INP.f90 (new 512), PHY_SISVAT_OUT.f90 (new 75), PHY_SISVAT_RUN.f90 (new 1107), PHY_SISVAT_UBC.f90 (new 123), PHY________ALLOC.f90 (new 79), PHY________INI.f90 (new 260), PHY________OUT.f90 (new 131), PHY_genTKE_INI.f90 (new 161), PHY_genTKE_RUN.f90 (new 727), PHY_vdfTKE_RUN.f90 (new 301), SISVAT.f90 (new 11243), YOMCST.h (new 44), aaa.F90 (new 7), clesphys.h (new 143), col2box.F90 (new 165), comcstphy.F90 (new 8), comcstphy.h (new 2), comgeomphy.F90 (new 2), dimphy.F90 (new 39), fctast.h (new 29), fcttim.h (new 46), fcttre.h (new 144), fcttrm.h (new 100), gr_fi_ecrit.F (new 27), iniphysiq.F (new 110), init_phys_lmdz.F90 (new 2), iophy.F90 (new 1421), iophys.F90 (new 133), iostart.F90 (new 508), iotd.h (new 5), iotd_ecrit.F90 (new 192), iotd_fin.F90 (new 29), iotd_ini.F90 (new 118), legtri.F90 (new 121), lw.F90 (new 200), lwb.F90 (new 278), lwbv.F90 (new 168), lwc.F90 (new 425), lwtt.F90 (new 204), lwttm.F90 (new 204), lwu.F90 (new 341), lwv.F90 (new 185), lwvb.F90 (new 263), lwvd.F90 (new 301), lwvn.F90 (new 245), mod_grid_phy_lmdz.F90 (new 2), mod_phys_lmdz_mpi_data.F90 (new 2), mod_phys_lmdz_mpi_transfert.F90 (new 2), mod_phys_lmdz_omp_data.F90 (new 2), mod_phys_lmdz_omp_transfert.F90 (new 2), mod_phys_lmdz_para.F90 (new 2), mod_phys_lmdz_transfert_para.F90 (new 2), naerad.h (new 13), olw.F90 (new 197), olwb.F90 (new 270), olwbv.F90 (new 158), olwc.F90 (new 391), olwtt.F90 (new 274), olwttm.F90 (new 267), olwu.F90 (new 343), olwv.F90 (new 174), olwvb.F90 (new 277), olwvd.F90 (new 275), olwvn.F90 (new 242), parcli.F90 (new 45), parclimf.F90 (new 19), parcma.F90 (new 176), pardim.F90 (new 29), pardimo.F90 (new 45), parerob.F90 (new 35), parfpos.F90 (new 57), pargc5.F90 (new 16), parkind1.F90 (new 25), parkind2.F90 (new 22), parptrs.F90 (new 23), parrint.F90 (new 18), parrrtm.F90 (new 47), parrtm1d.F90 (new 36), phyaqua.F (new 41), phyetat0.F90 (new 33), phyredem.F (new 40), phys_output_var_mod.F90 (new 227), phys_state_var_mod.F90 (new 37), physiq.F90 (new 1162), qsat.F90 (new 27), qv_sat.f90 (new 74), radCEP.inc (new 2), radaca.F90 (new 638), radlsw.F90 (new 1508), radozc.F90 (new 183), rrtm_cmbgb1.F90 (new 159), rrtm_cmbgb10.F90 (new 133), rrtm_cmbgb11.F90 (new 147), rrtm_cmbgb12.F90 (new 123), rrtm_cmbgb13.F90 (new 123), rrtm_cmbgb14.F90 (new 148), rrtm_cmbgb15.F90 (new 123), rrtm_cmbgb16.F90 (new 124), rrtm_cmbgb2.F90 (new 172), rrtm_cmbgb3.F90 (new 207), rrtm_cmbgb4.F90 (new 192), rrtm_cmbgb5.F90 (new 206), rrtm_cmbgb6.F90 (new 124), rrtm_cmbgb7.F90 (new 180), rrtm_cmbgb8.F90 (new 156), rrtm_cmbgb9.F90 (new 193), rrtm_ecrt_140gp.F90 (new 417), rrtm_gasabs1a_140gp.F90 (new 142), rrtm_init_140gp.F90 (new 106), rrtm_kgb1.F90 (new 16), rrtm_kgb10.F90 (new 1982), rrtm_kgb11.F90 (new 2037), rrtm_kgb12.F90 (new 17), rrtm_kgb12_00.F90 (new 128), rrtm_kgb12_A1.F90 (new 1603), rrtm_kgb12_A2.F90 (new 1603), rrtm_kgb13.F90 (new 17), rrtm_kgb13_00.F90 (new 128), rrtm_kgb13_A1.F90 (new 1603), rrtm_kgb13_A2.F90 (new 1603), rrtm_kgb14.F90 (new 2037), rrtm_kgb15.F90 (new 17), rrtm_kgb15_00.F90 (new 128), rrtm_kgb15_A1.F90 (new 1603), rrtm_kgb15_A2.F90 (new 1603), rrtm_kgb16.F90 (new 17), rrtm_kgb16_00.F90 (new 128), rrtm_kgb16_A1.F90 (new 1603), rrtm_kgb16_A2.F90 (new 1603), rrtm_kgb1_01.F90 (new 525), rrtm_kgb1_02.F90 (new 1539), rrtm_kgb2.F90 (new 16), rrtm_kgb2_01.F90 (new 597), rrtm_kgb2_02.F90 (new 1542), rrtm_kgb3.F90 (new 21), rrtm_kgb3_00.F90 (new 226), rrtm_kgb3_A1.F90 (new 1218), rrtm_kgb3_A2.F90 (new 1998), rrtm_kgb3_B1.F90 (new 1925), rrtm_kgb3_B2.F90 (new 1925), rrtm_kgb3_B3.F90 (new 1925), rrtm_kgb3_B4.F90 (new 1925), rrtm_kgb4.F90 (new 21), rrtm_kgb4_00.F90 (new 162), rrtm_kgb4_A1.F90 (new 1606), rrtm_kgb4_A2.F90 (new 1606), rrtm_kgb4_B1.F90 (new 1923), rrtm_kgb4_B2.F90 (new 1923), rrtm_kgb4_B3.F90 (new 1923), rrtm_kgb4_B4.F90 (new 1924), rrtm_kgb5.F90 (new 21), rrtm_kgb5_00.F90 (new 163), rrtm_kgb5_A1.F90 (new 1605), rrtm_kgb5_A2.F90 (new 1606), rrtm_kgb5_B1.F90 (new 1924), rrtm_kgb5_B2.F90 (new 1924), rrtm_kgb5_B3.F90 (new 1924), rrtm_kgb5_B4.F90 (new 1924), rrtm_kgb6.F90 (new 533), rrtm_kgb7.F90 (new 18), rrtm_kgb7_00.F90 (new 140), rrtm_kgb7_A1.F90 (new 1604), rrtm_kgb7_A2.F90 (new 1604), rrtm_kgb7_BB.F90 (new 1543), rrtm_kgb8.F90 (new 2127), rrtm_kgb9.F90 (new 18), rrtm_kgb9_00.F90 (new 173), rrtm_kgb9_A1.F90 (new 1604), rrtm_kgb9_A2.F90 (new 1604), rrtm_kgb9_BB.F90 (new 1544), rrtm_rrtm_140gp.F90 (new 281), rrtm_rtrn1a_140gp.F90 (new 835), rrtm_setcoef_140gp.F90 (new 201), rrtm_taumol1.F90 (new 245), rrtm_taumol10.F90 (new 103), rrtm_taumol11.F90 (new 114), rrtm_taumol12.F90 (new 154), rrtm_taumol13.F90 (new 153), rrtm_taumol14.F90 (new 127), rrtm_taumol15.F90 (new 169), rrtm_taumol16.F90 (new 168), rrtm_taumol2.F90 (new 179), rrtm_taumol3.F90 (new 249), rrtm_taumol4.F90 (new 208), rrtm_taumol5.F90 (new 203), rrtm_taumol6.F90 (new 113), rrtm_taumol7.F90 (new 167), rrtm_taumol8.F90 (new 148), rrtm_taumol9.F90 (new 209), strhandler.F90 (new 189), suaerh.F90 (new 213), suaerl.F90 (new 114), suaersn.F90 (new 222), suaerv.F90 (new 173), sucld.F90 (new 116), sucldp.F90 (new 89), suclop.F90 (new 108), suclopn.F90 (new 787), sucst.F90 (new 287), suecaebc.F90 (new 61), suecaebc_01.F90 (new 695), suecaebc_02.F90 (new 695), suecaebc_03.F90 (new 695), suecaebc_04.F90 (new 695), suecaebc_05.F90 (new 695), suecaebc_06.F90 (new 695), suecaebc_07.F90 (new 695), suecaebc_08.F90 (new 695), suecaebc_09.F90 (new 695), suecaebc_10.F90 (new 695), suecaebc_11.F90 (new 695), suecaebc_12.F90 (new 695), suecaec.F90 (new 1984), suecaeor.F90 (new 61), suecaeor_01.F90 (new 694), suecaeor_02.F90 (new 694), suecaeor_03.F90 (new 694), suecaeor_04.F90 (new 694), suecaeor_05.F90 (new 694), suecaeor_06.F90 (new 694), suecaeor_07.F90 (new 694), suecaeor_08.F90 (new 694), suecaeor_09.F90 (new 694), suecaeor_10.F90 (new 694), suecaeor_11.F90 (new 694), suecaeor_12.F90 (new 694), suecaesd.F90 (new 61), suecaesd_01.F90 (new 695), suecaesd_02.F90 (new 695), suecaesd_03.F90 (new 695), suecaesd_04.F90 (new 695), suecaesd_05.F90 (new 695), suecaesd_06.F90 (new 695), suecaesd_07.F90 (new 695), suecaesd_08.F90 (new 695), suecaesd_09.F90 (new 695), suecaesd_10.F90 (new 695), suecaesd_11.F90 (new 695), suecaesd_12.F90 (new 695), suecaess.F90 (new 61), suecaess_01.F90 (new 694), suecaess_02.F90 (new 694), suecaess_03.F90 (new 694), suecaess_04.F90 (new 694), suecaess_05.F90 (new 694), suecaess_06.F90 (new 694), suecaess_07.F90 (new 694), suecaess_08.F90 (new 694), suecaess_09.F90 (new 694), suecaess_10.F90 (new 694), suecaess_11.F90 (new 694), suecaess_12.F90 (new 694), suecaesu.F90 (new 61), suecaesu_01.F90 (new 695), suecaesu_02.F90 (new 695), suecaesu_03.F90 (new 695), suecaesu_04.F90 (new 695), suecaesu_05.F90 (new 695), suecaesu_06.F90 (new 695), suecaesu_07.F90 (new 695), suecaesu_08.F90 (new 695), suecaesu_09.F90 (new 695), suecaesu_10.F90 (new 695), suecaesu_11.F90 (new 695), suecaesu_12.F90 (new 695), suecozc.F90 (new 1851), suecozo.F90 (new 239), sulw.F90 (new 1289), sulwn.F90 (new 1229), suolwn.F90 (new 1314), suovlp.F90 (new 51), surdi.F90 (new 128), surrtab.F90 (new 40), surrtftr.F90 (new 82), surrtpk.F90 (new 744), surrtrf.F90 (new 64), susw.F90 (new 207), suswn.F90 (new 1389), sw.F90 (new 291), sw1s.F90 (new 411), sw2s.F90 (new 528), swclr.F90 (new 375), swde.F90 (new 179), swni.F90 (new 551), swr.F90 (new 403), swtt.F90 (new 114), swtt1.F90 (new 120), swu.F90 (new 258), swuvo3.F90 (new 106), tsmbkind.h (new 59), yoeaer.F90 (new 64), yoeaerc.F90 (new 45), yoeaerd.F90 (new 74), yoeast.F90 (new 20), yoecld.F90 (new 76), yoecldp.F90 (new 60), yoeclop.F90 (new 87), yoedbug.F90 (new 25), yoelw.F90 (new 84), yoemeth.F90 (new 48), yoencst.F90 (new 64), yoeolw.F90 (new 57), yoeovlp.F90 (new 24), yoeozoc.F90 (new 36), yoephli.F90 (new 53), yoephy.F90 (new 92), yoerad.F90 (new 119), yoerdi.F90 (new 64), yoerdu.F90 (new 53), yoerip.F90 (new 28), yoerrta1.F90 (new 44), yoerrta10.F90 (new 43), yoerrta11.F90 (new 45), yoerrta12.F90 (new 43), yoerrta13.F90 (new 41), yoerrta14.F90 (new 45), yoerrta15.F90 (new 41), yoerrta16.F90 (new 41), yoerrta2.F90 (new 49), yoerrta3.F90 (new 60), yoerrta4.F90 (new 45), yoerrta5.F90 (new 51), yoerrta6.F90 (new 48), yoerrta7.F90 (new 50), yoerrta8.F90 (new 63), yoerrta9.F90 (new 59), yoerrtab.F90 (new 29), yoerrtam.F90 (new 55), yoerrtbg2.F90 (new 31), yoerrtftr.F90 (new 40), yoerrto1.F90 (new 36), yoerrto10.F90 (new 35), yoerrto11.F90 (new 37), yoerrto12.F90 (new 32), yoerrto13.F90 (new 33), yoerrto14.F90 (new 37), yoerrto15.F90 (new 33), yoerrto16.F90 (new 33), yoerrto2.F90 (new 38), yoerrto3.F90 (new 42), yoerrto4.F90 (new 35), yoerrto5.F90 (new 38), yoerrto6.F90 (new 37), yoerrto7.F90 (new 38), yoerrto8.F90 (new 49), yoerrto9.F90 (new 45), yoerrtrf.F90 (new 29), yoerrtrwt.F90 (new 35), yoerrtwn.F90 (new 39), yoesat.F90 (new 57), yoesw.F90 (new 278), yoethf.F90 (new 56), yoetluc.F90 (new 34), yoevdf.F90 (new 71), yoevdfs.F90 (new 66), yoeveg.F90 (new 60), yoewcou.F90 (new 62), yomcst.F90 (new 74), yomlun.F90 (new 185), yomrip.F90 (new 70)
Generated by StatSVN 0.7.0