source: trunk/LMDZ.COMMON/libf

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3026   23 months jbclement Mars PCM/PEM 1D: Small fixes to be able to run the Mars PCM 1D without …
(edit) @3023   23 months jbclement Mars Deftank: Complete rewriting (much simpler) of script …
(edit) @3022   23 months jbclement Mars PEM: Rework and correction of computation of the maximum number …
(edit) @3020   23 months llange MARS PEM Following last commit, r (=R/mugaz) wasn't initialize …
(edit) @3019   23 months llange Mars PEM * Following -r 2963, adapt the PEM so that the density of …
(edit) @3011   2 years emillour Common physics auxiliary routines: Add possibility to broadcast 5D and …
(edit) @3002   2 years llange MARS PEM * Fix a bug in conf_pem ("Flux_geo" was expected in the .def …
(edit) @3001   2 years jbclement Mars PCM: Small fixes to compile and run 1D model related to the …
(edit) @3000   2 years jbclement Mars PCM: Some adaptations to make the 1D model run with XIOS and …
(edit) @2998   2 years llange MARS PEM * Fix some bug in water conservations (transfer from watercap …
(edit) @2996   2 years emillour Common dynamics: Adapt script and interface for the possibility of …
(edit) @2995   2 years llange Mars PEM *Implementation of the H2O glacier flow laws *The algorithm …
(edit) @2993   2 years llange RS PEM Update CO2 glacier flow law after discussions with I.Smith. The …
(edit) @2986   2 years romain.vande MARS PEM: Small fix to adapt pem to the r2981 write_profile …
(edit) @2985   2 years romain.vande Generic PEM : Adapt PEM to run with the generic model. (CPP_STD …
(edit) @2982   2 years romain.vande MARS PEM: Small correction to adapt the pem to the picky gnu compiler. RV
(edit) @2980   2 years romain.vande Mars PEM : Adapt PEM to 1d runs. Cleaning of names and unused …
(edit) @2965   2 years abierjon Mars GCM: Fixed r2963 which was preventing to compile the model …
(edit) @2963   2 years romain.vande Mars PEM : Adapt PEM to the subslope PCM configuration, it is now …
(edit) @2962   2 years llange PEM * Following r2961, the thermal inertia which represents subsurface …
(edit) @2961   2 years llange PEM * Move math functions (findroot, deriv, etc) in a specific module …
(edit) @2950   2 years evos updating evol_h2o_ice_routine to handle 1D cases
(edit) @2945   2 years llange PEM Modification in recomp_tend_co2_slope. The emissivity of ice was …
(edit) @2944   2 years llange PEM Introduce module 'constants_marspem': Constants that are used are …
(edit) @2939   2 years llange PEM Fixing bug when reading the mass adsorded written in startfi_PEM …
(edit) @2937   2 years llange PEM Thermal Inertia is now only read in the start and not read in the …
(edit) @2919   2 years llange PCM Flux_geo is now correctled initialized (wasnot correctly read in …
(edit) @2918   2 years llange PEM Implementing Eran's idea: introduce a flag in the run_PEM.def to …
(edit) @2905   2 years romain.vande Mars PEM: Correction in pemetat0, if misplaced for time reading.
(edit) @2902   2 years llange PEM First implementation of a dynamic ice table following Schorgofer, …
(edit) @2897   2 years romain.vande Mars PEM: Deep cleaning of variables name and allocate. All the "dyn …
(edit) @2895   2 years llange PEM Soil temperature initialisation has been updated Conf_PEM improved …
(edit) @2894   2 years romain.vande Mars PEM: New Boolean options for following orbital parameters of …
(edit) @2893   2 years romain.vande Mars PEM: Correction of recomp_tend_co2 formula and make it dependent …
(edit) @2888   2 years llange PEM * Following r-2886-5, debugging some issues ( conservation of H2O, …
(edit) @2886   2 years romain.vande Mars PEM: r2885 correct message : In the PEM, the minimum of water_ice …
(edit) @2885   2 years romain.vande Mars PCM: Move a endif misplaced RV
(edit) @2864   2 years llange PEM restores conf_pem as defined in R2859, accidentally deleted before …
(edit) @2863   2 years llange PEM H2O adsorption is now computed. Total mass of H2o adsorbded is …
(edit) @2859   2 years emillour PEM: Follow-up of r2854: remove added stuff in conf_gcm and make a …
(edit) @2857   2 years llange PEM Fixing bug when updating tracer mass mixing ratio (ccn_number and …
(edit) @2856   2 years llange PEM CO2 glacier flows added in a module Maximum thickness of glacier …
(edit) @2855   2 years llange PEM Documentation of the main subroutines, and variables. Unused …
(edit) @2854   2 years llange PEM Conf_gcm is adapted to read the PEM.def files to simulate orbital …
(edit) @2850   2 years llange PEM Specific commit for the reshape routines (I forgot to add it …
(edit) @2849   2 years llange PEM Update the codes for subsurface evolution to run with XIOS 1) …
(edit) @2842   3 years romain.vande Mars PEM: PEM is now adapted to run with XIOS diurnal averages (when …
(edit) @2841   3 years romain.vande Mars PEM: PEM is now adapted to run with XIOS diurnal averages (when …
(edit) @2835   3 years romain.vande Mars PEM: Introduction of the possibility to follow an orbital …
(edit) @2812   3 years llange PEM Update CO2 glaciers evolution following a parametrization made by …
(edit) @2794   3 years llange MARS PEM: - Add a PEMETAT0 that read "startfi_pem.nc" - Add the soil …
(edit) @2779   3 years romain.vande LMDZ_COMMON: First commit of PEM. Small writting improvements will …
(edit) @2626   3 years emillour Common dynamics: Some rather harmless OpenMP fixes in the filtering …
(edit) @2623   3 years emillour Common dynamics: OpenMP fix for ifort as this compiler refuses to have …
(edit) @2604   3 years emillour Common dynamics: Update "infotrac_init": stop with an error message if …
(edit) @2572   4 years emillour Common dynamics: Fixes for the picky gfortran10 compiler which …
(edit) @2564   4 years emillour Common dynamics: Check that there is indeed a run.def file to get …
(edit) @2549   4 years emillour Common dynamics: Fix a weird issue that only arises in mixed …
(edit) @2544   4 years romain.vande MARS GCM: update of r2507: correction for time output in the case of …
(edit) @2519   4 years emillour Common dynamics: Follow-up of r2500; longitude boundaries stored in …
(edit) @2507   4 years romain.vande For LMDZ MARS: Update of day_ini, time and hour_ini in restart and …
(edit) @2506   4 years emillour Common dynamics: Code cleanup: remove unused routine fxyhyper. EM
(edit) @2500   4 years abierjon Mars GCM: Definition of mesh longitude boundaries in inigeomphy - at …
(edit) @2478   4 years emillour Common dynamics Bug fix for the (rare) case when running without …
(edit) @2471   4 years yjaziri Common dynamics: Typo inigeomphy log print and useless variable YJ
(edit) @2468   4 years yjaziri
(edit) @2439   4 years emillour Common dynamics: Add a check that input fields (read from start.nc …
(edit) @2436   5 years yjaziri Generic GCM: Implementation of an option for a new reading process of …
(edit) @2426   5 years emillour Common dynamics: Fix a couple of harmless typos spoted by YJ. EM
(edit) @2405   5 years slebonnois SL: correction of a bug in newstart, due to key cpofT missing ; + …
(edit) @2380   5 years jvatant COMMON : Fix mass flux flxw sent unitialized to physics in NODYN mode. …
(edit) @2337   5 years emillour Common dynamics: Fix a very minor typo that produced a misleading …
(edit) @2307   5 years mvals Mars GCM: follow-up of the commit regarding the dynamical transport of …
(edit) @2306   5 years emillour Common dynamics: Small fix for cases when traceur.def contains lines …
(edit) @2298   5 years mvals Mars GCM: follow-up of the last commit: add the routine …
(edit) @2296   5 years mvals Mars GCM: dyn3dpar: Implementation in the parallel version of the …
(edit) @2290   5 years jvatant Add procedure for 1D-arrays of type character in getin_p --JVO
(edit) @2272   5 years emillour Common dynamics: Remove unnecessary call to ini_getparam() in gcm.F, …
(edit) @2242   5 years jvatant + Update the interface with YAMMS so it now correctly handles the …
(edit) @2195   6 years slebonnois SL: correction probleme sur le geopotentiel dans le cas Venus, ie …
(edit) @2181   6 years emillour Common dyn core: Enforce using dissip_fac_mid and dissip_fac_up …
(edit) @2135   6 years slebonnois SL, Venus: new keys for flexibility cp0/cp(T) and Held-Suarez type physics
(edit) @2126   6 years emillour Common dynamics: Some work to enforce total tracer mass conservation …
(edit) @2125   6 years slebonnois SL, Venus: removing use of zonal averages
(edit) @2108   6 years emillour Follow-up of r2016 commit of nogcm main program: adapt leapfrog_gcm so …
(edit) @2106   6 years emillour Add "nogcm" program in dyn3d (only works in serial mode), from ED & FF. EM
(edit) @2050   7 years jvatant Major radiative transfer contribution : Add the 'corrk_recombin' …
(edit) @2049   7 years slebonnois SL: VENUS, correction newstart, bug sur u et v quand changement …
(edit) @2048   7 years slebonnois SL: VENUS, autres details
(edit) @2034   7 years jvatant Add a quick-sort algorithm qsort that also enables to sort a companion …
(edit) @1971   7 years emillour Common dynamics: Enable tracer names to be up to 30 characters long …
(edit) @1959   7 years emillour Common (parallel) dynamics: Add some initializations of global arrays. …
(edit) @1850   8 years jvatant Follow-up of r1849 : understood the black magic ! --JVO
(edit) @1824   8 years emillour Common dynamics: - enable possiblity to store multiple time steps in …
(edit) @1804   8 years bclmd
(edit) @1793   8 years jvatant Making Titan's hazy again, part I + Added the source folder …
(edit) @1791   8 years emillour Common dynamics: Bug fix: variables from print_control_mod should be …
(edit) @1761   8 years emillour Slight improvement in the definition of print_control_mod module …
(edit) @1747   8 years aslmd Amended previous commit. Committed more files than I wanted to.
(edit) @1746   8 years aslmd MESOSCALE. makemeso module_initialize_les module_initialize_real …
Note: See TracRevisionLog for help on using the revision log.