source: LMDZ6/trunk/libf/misc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5937   5 weeks lfalletti Bug fix pour commit 5935 (mise a jour pour REPROBUS)
(edit) @5935   5 weeks lfalletti Modifs pour corriger l'utilisation du wrapper clé CPP pour REPROBUS.
(edit) @5894   7 weeks Sebastien Nguyen rephase LMDZISO with 5864 version of phylmd + bug fixes in physiq_mod …
(edit) @5830   4 months rkazeroni Fix revision 5829 by adding MPI_MAX declaration to lmdz_mpi module
(edit) @5802   5 months Sebastien Nguyen removed line tr(iq)%iqParent = iqParent(iq), that was already present …
(edit) @5801   5 months Sebastien Nguyen field iqParent from tracers was left blankwhen it needs to take value …
(edit) @5787   6 months lfalletti Update of lmdz_reprobus_wrappers to work with REPROBUS (needed to …
(edit) @5785   6 months rkazeroni Decomposition of the construction of some string arrays into several …
(edit) @5771   6 months dcugnet - fix: implicit iqParent was badly defined and explicit iqParent was …
(edit) @5756   7 months dcugnet Add "isoFamilies", the list of defined isotopes families (==H2O?
(edit) @5755   7 months dcugnet Forgot to comment out addKeysFromDef function, no longer used.
(edit) @5754   7 months dcugnet Make the ioipsl_getin_p routine more flexible: optional default value …
(edit) @5753   7 months dcugnet Much improved outlayers displaying routine: display compact and …
(edit) @5752   7 months dcugnet Remove the old outlayers routines. To be replaces by new routines in …
(edit) @5751   7 months dcugnet - forgot to include horzcat_l??, horzcat_d21 and horzcat_?22 in the …
(edit) @5750   7 months dcugnet Improvements of the "cat" function: * manage unspecified arguments …
(edit) @5749   7 months dcugnet Avoid using type-dependent variables names in the many variants of the …
(edit) @5748   7 months dcugnet - Use REAL(KIND=REAL32) and REAL(KIND=REAL64) Iinstead of REAL and …
(edit) @5747   7 months dcugnet Add the "duplicate" function.
(edit) @5746   7 months dcugnet Remove the "fmsg" function.
(edit) @5745   7 months dcugnet Put the type of ther returned value of functions in the declaration line.
(edit) @5718   7 months yann meurdesoif Manage isnan non standard fortran intrinsic function with wrapper that …
(edit) @5583   10 months Laurent Fairhead Necessay INCA wrapper that was forgotten
(edit) @5510   12 months yann meurdesoif GPU port : LOKI has some difficulty to parse correctly return type of …
(edit) @5508   12 months dcugnet Fix to compute correctly iH2O (SN).
(edit) @5481   12 months dcugnet Remove tracers attributes "isAdvected" and "isInPhysics" from infotrac …
(edit) @5436   13 months Laurent Fairhead Wrong names for CPP keys
(edit) @5397   14 months abarral Fix typo in CPP_Dust (also minor: properly import _spl modules)
(edit) @5393   14 months evignon mise à jour readtracfiles suite à l'update de la param d'Audran
(edit) @5380   14 months evignon modification readtracfiles pour inclure les variables d'eau de la …
(edit) @5353   14 months yann meurdesoif Nvidia compiler has some difficulties to compile correctly some …
(edit) @5339   14 months Laurent Fairhead Getting rid of dependance to dynamics, needs some more work
(edit) @5329   14 months abarral Empty commit to amend previous commit message (mistake) Should have …
(edit) @5328   14 months abarral Remove (likely) obsolete and wrong code in abort_gcm_NOMODULE.f90
(edit) @5325   14 months abarral Add missing inca/reprobus wrappers Revert lmdz_cppkeys_wrapper.F90 …
(edit) @5324   14 months abarral [WIP] Remove uses of DEBUGIO cpp key (deprecated)
(edit) @5323   14 months abarral [WIP] add missing reprobus & inca wrappers
(edit) @5310   15 months abarral unify abort_gcm rename wxios -> wxios_mod
(edit) @5282   15 months abarral Turn iniprint.h clesphys.h into modules Remove unused description.h
(edit) @5271   15 months abarral Move dimensions.h into a module Nb: doesn't compile yet
(edit) @5270   15 months abarral Replace F77 netcdf library by F90 netcdf library
(edit) @5268   15 months abarral .f90 <-> .F90 depending on cpp key use
(edit) @5267   15 months abarral Remove CPP_IOIPSL cpp keys uses
(edit) @5257   15 months abarral Use int2str from strings_mod in write_field.F90. Only expose WriteField?.
(edit) @5254   15 months abarral Create yomcst and yoerad modules (.h not yet replaced)
(edit) @5253   15 months abarral Wrap uses of cpp key DUST
(edit) @5252   15 months abarral Wrap uses of cpp key REPROBUS and CPP_STRATAER Add REPROBUS wrapper
(edit) @5251   15 months abarral Wrap uses of cpp key INCA Add INCA wrapper
(edit) @5249   15 months abarral Replace uses of cpp key NC_DOUBLE
(edit) @5246   15 months abarral Convert fixed-form to free-form sources .F -> .{f,F}90 (WIP: some .F …
(edit) @5214   16 months dcugnet The fortran parameters file "iso_params_mod.F90" is introduced so that …
(edit) @5206   16 months Laurent Fairhead Corrections to properly close XIOS contexts in LMDZ (either with …
(edit) @5190   16 months dcugnet Revert to r5182 because r5183 still craches with gfortran for unclear …
(edit) @5184   17 months dcugnet Few corrections, more is needed to fix the previous commit.
(edit) @5183   17 months dcugnet * Remove INCA retro-compatibility with "traceur.def" (containing only …
(edit) @5084   18 months Laurent Fairhead Reverting to r4065. Updating fortran standard broke too much stuff. …
(edit) @5075   18 months abarral [continued & end] replace netcdf by lmdz_netcdf.F90 wrapper "use …
(edit) @5073   18 months abarral Remove all NC_DOUBLE uses outside of lmdz_netcdf.F90 (except in …
(edit) @5071   18 months abarral Replace nf_put_var* by nf90_put_var as discussed w/ Lionel
(edit) @5069   18 months abarral Reduce use of #ifdef NC_DOUBLE to single instance in lmdz_netcdf.F90 …
(edit) @5068   18 months abarral [to be continued, but should be stable] Create lmdz_netcdf.F90 as a …
(edit) @5066   18 months abarral Transform gr_dyn_fi_p.F, gr_fi_dyn_p.F, calfis_loc.F into free-form …
(edit) @5005   19 months dcugnet Fix for old style "traceur.def" files.
(edit) @5004   19 months dcugnet "addKey_{irl}mm" contains a loop calling addKey_{irl}11. For some …
(edit) @5003   19 months dcugnet - Modifiy some horzcat* routines: gfortran does not like empty arrays …
(edit) @5002   19 months dcugnet Small fix: "Different CHARACTER lengths in array constructor "detected …
(edit) @5001   19 months dcugnet * strings_mod: - remove "test()" function (was not very clear) - …
(edit) @4987   19 months dcugnet * new functions to add/remove a phase: addPhase, delPhase * "str2bool" …
(edit) @4984   19 months crisi plenty of files that I forgot to commit last time.
(edit) @4817   2 years Sebastien Nguyen modifications for using xios with LMDZISO and a minor bug in wxios.F90
(edit) @4619   3 years yann meurdesoif Suppress usage of preprocessing key CPP_XIOS. Wrapper file is used to …
(edit) @4608   3 years acozic Add of an output file containing mass flow when offline parameter is …
(edit) @4606   3 years acozic Fixe a bug on declaration of group using XIOS routines This need to …
(edit) @4600   3 years yann meurdesoif Suppress CPP_MPI key usage in source code. MPI wrappers is used to …
(edit) @4523   3 years evignon merge de la branche blowing snow vers la trunk premiere tentative Etienne
(edit) @4489   3 years lguez Merge LMDZ_ECRad branch back into trunk!
(edit) @4477   3 years lfalletti New axis (axis_lat_greordered) that fixes a bug with latitudes being …
(edit) @4454   3 years dcugnet Fix for the strange language dependent bug (workaround was "unset …
(edit) @4403   3 years dcugnet * fix for isotopic tagging tracers * modify strHead/strTail: last …
(edit) @4400   3 years dcugnet Fix for newH2OIso
(edit) @4399   3 years dcugnet Change the names of the water isotopes: no more "and?" separators …
(edit) @4394   3 years dcugnet Fix in delPhase for single character tarcers names.
(edit) @4389   3 years dcugnet * revert to original "type_trac" management: - 4 characters keyword …
(edit) @4367   3 years dcugnet * adding missing SAVE attribute for that in check_isotopes * move …
(edit) @4363   3 years dcugnet Cleaning: remove unused variables
(edit) @4358   3 years dcugnet * remove "config_inca" variable from "control_mod" and "infotrac_phy" …
(edit) @4349   3 years dcugnet Fix in strinngs_mod + few more comments in this module.
(edit) @4348   3 years dcugnet Fix for the backward compatibility with "traceur.def" description …
(edit) @4334   3 years dcugnet Fix the traceur.def backward compatibility issue.
(edit) @4333   3 years dcugnet Bug correction for generation computation.
(edit) @4328   3 years dcugnet * rewrite few routines from "readTracFiles_mod" to avoid crashes with …
(edit) @4327   3 years dcugnet Missing modifications in the previous commit.
(edit) @4326   3 years dcugnet Modification to solve a gfortran specific bug ; this compiler wrongly …
(edit) @4325   3 years dcugnet * simplify the parser usage: - the getKey_init routine is now …
(edit) @4301   3 years dcugnet - for REPROBUS: simplify (and fix) the handling of exceptions for old …
(edit) @4263   3 years dcugnet Fixes for INCO, CO2i AND REPROBUS, mostly because some sections are …
(edit) @4233   3 years fhourdin Commission pour Jean-Yves
(edit) @4194   4 years dcugnet Remove useless "TARGET" attributes in getKeyByName_?m functions, …
(edit) @4193   4 years dcugnet * Modifications in readSections to allow a continuation line character …
(edit) @4191   4 years acozic remove two abort_gcm which is not known when we compile with dynamico …
Note: See TracRevisionLog for help on using the revision log.