source: codes/icosagcm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @372   8 years dubos Default time scheme now ARK2.3
(edit) @371   8 years dubos Bugfix : NH slow tendencies for W,Phi were ignored
(edit) @370   8 years dubos Bugfix : mesh info written in output files
(edit) @369   8 years dubos More NH terms - tested with DCMIP3
(edit) @368   8 years dubos NH HEVI implicit solver - tested with DCMIP3
(edit) @367   8 years dubos Small bugfixes / improvements
(edit) @366   9 years dubos Progress towards NH
(edit) @365   9 years dubos Cleanup detailed AAM budget
(edit) @364   9 years dubos Bugfix : memory leak in transfert_mpi / New : detect send_message not …
(edit) @363   9 years dubos Bugfix : memory leak when nqtot>0
(edit) @362   9 years dubos Introduced DEC convention for velocity - HEVI only - cleanup to follow
(edit) @361   9 years dubos ARK2.3 HEVI time stepping - tested with DCMIP4 only
(edit) @360   9 years dubos Towards HEVI time stepping
(edit) @359   9 years dubos Fix Held&Suarez when nqtot<3
(edit) @358   9 years llfita Modifying code to be 'gfortran' compatible: - Change WRITE(' ',)... by …
(edit) @356   9 years dubos Moved Schmidt transform after grid optimization ; pass correct mesh info …
(edit) @354   9 years dubos Moved output of dyn fields out of caldyn_gcm
(edit) @353   9 years dubos OpenMP fixes for DCMIP
(edit) @352   9 years dubos Thread-safety fixes
(edit) @351   9 years dubos Thread safety fixes
(edit) @350   9 years dubos Move geopotential to timeloop, prepare for prognostic geopotential (NH)
(edit) @349   9 years dubos Re-enabled dycore output lost in HEAT@45
(edit) @348   9 years dubos Forgot to add new files
(edit) @347   9 years dubos Synced with aquaplanet branch HEAT@45 - tested with DCMIP4
(edit) @346   9 years dubos Cleanup DCMIP4
(edit) @345   9 years dubos Cleanup DCMIP3
(edit) @344   9 years dubos Cleanup DCMIP 1&2
(edit) @343   9 years dubos Fix output for pure transport
(edit) @342   9 years dubos Minor Fix
(edit) @340   9 years dubos etat0_dcmip5 robustness fix
(edit) @339   9 years dubos Kinnmark (1984) RK2.5 scheme
(edit) @328   9 years ymipsl Add missing files... Merge recent developments from saturn branch onto …
(edit) @327   9 years ymipsl Merge recent developments from saturn branch onto trunk. - lmdz generic …
(edit) @326   9 years dubos Detailed energy/AAM diagnostics
(edit) @325   9 years dubos Venus (Lebonnois et al., 2012) test case
(edit) @324   9 years dubos Minor fixes
(edit) @323   9 years dubos Bugfix - Held & Suarez works again
(edit) @322   9 years dubos Bugfix : JW06 works again
(edit) @321   9 years dubos Partial fix for etat0 : W91 works again
(edit) @320   9 years dubos Fixed circular dependency
(edit) @295   10 years ymipsl Merging OpenMP parallisme mode : by subdomain and on vertical level. This …
(edit) @294   10 years dubos Fixed mass conservation issue when using an optimized mesh
(edit) @286   10 years dubos Partial etat0 cleanup (removed calls to xyz2lonlat)
(edit) @281   10 years dubos Fixed bug preventing call to physics when itau_phys>1
(edit) @280   10 years dubos PRINT values read by getin for nbp, llm, nqtot
(edit) @278   10 years dubos time_style cleanup
(edit) @275   10 years dubos gfortran compatibility
(edit) @271   10 years dubos Fixed DCMIP1 initial condition
(edit) @266   10 years ymipsl Synchronize trunk and Saturn branch. Merge modification from Saturn branch …
(edit) @252   10 years dubos Fix recently introduced bug : slope limiter
(edit) @251   10 years dubos Fix for caldyn=adv
(edit) @250   10 years dubos Ignore dissipation if tau_XX all 0
(edit) @247   10 years dubos Numerically stable centroid/circumcenter
(edit) @238   10 years dubos Bugfixed bcast_omp for strings, affecting getin
(edit) @217   10 years dubos Removed "automatic" physics + bugfix
(edit) @216   10 years dubos Fixed circular dependency with getin.f90
(edit) @215   10 years dubos phys/dyn interface cleanup - previous commit was broken and unintentional
(edit) @214   10 years dubos New dyn/phys interface - halo points not passed to physics any more …
(edit) @213   10 years dubos New dyn/phys interface - halo points not passed to physics any more …
(edit) @212   10 years dubos Fixed output of itau_physics, etc.
(edit) @211   10 years dubos Let getin print key=value pairs
(edit) @210   10 years ymipsl Find automatically a free unit when trying to open a file. Unit 42 has a …
(edit) @209   10 years ymipsl std print only for master openmp task YM
(edit) @208   10 years ymipsl Atmosphere scaleheight is not hard coded in disvert_std, and given in …
(edit) @207   10 years ymipsl Add new vertical discretisation by reading ap bp in an input file (ehouarn …
(edit) @206   10 years ymipsl Oups... not compile... YM
(edit) @205   10 years ymipsl bug fix : Missing openmp synchronisation : bad things may occurs when …
(edit) @204   10 years dubos Upgraded etat0_williamson to new interface (tested)
(edit) @203   10 years dubos Upgraded JW06 and DCMIP5 to new etat0 interface (tested)
(edit) @202   10 years dubos OpenMP fixes (not tested)
(edit) @201   10 years dubos Simplified etat0 : isothermal, jablonowsky06
(edit) @200   10 years ymipsl bug fix : xios_update_calendar was called even if xios_output is set to …
(edit) @199   10 years dubos Isothermal state of rest - untested
(edit) @198   10 years ymipsl For intel compiler, bad inlining when using multithreading and high …
(edit) @196   10 years dubos First draft of generic dynamics-physics interface - works with DCMIP5.1
(edit) @195   10 years dubos Switched default caldyn_conserv to energy ; fixed make_rundefs.sh
(edit) @193   10 years ymipsl bug fix : MPI_THREAD_SINGLE was not managed, so for not multithreaded mpi …
(edit) @192   10 years dubos Fixed DCMIP5 physics/etat0
(edit) @191   10 years dubos Reactivated output of ulon,ulat
(edit) @190   10 years dubos Fixes for shallow-water runs
(edit) @189   10 years dubos Fixes for pure OpenMP parallelism
(edit) @188   10 years ymipsl Bug fix : Due to regression from last commit, variable message_number was …
(edit) @186   10 years ymipsl Add new openMP parallelism based on distribution of domains on threads. …
(edit) @185   10 years dubos Removed obsolete files
(edit) @183   10 years dubos moved Boussniesq calculation of pressure into compute_caldyn_horiz
(edit) @182   10 years dubos fixed shallow-water hydrostatic balance
(edit) @181   10 years dubos fixed shallow-water hydrostatic balance
(edit) @179   10 years mtort Prepared structure for non-traditional shallow-water equations
(edit) @178   10 years mtort Fixed no-physics message
(edit) @177   10 years mtort Fixed missing apbp.nc with Lagrangian vertical coordinate
(edit) @176   11 years ymipsl Transfering data between domain on the same processus are now done by …
(edit) @175   11 years ymipsl Bug fix in dissipation. => better conservation of the mass YM
(edit) @174   11 years ymipsl Transform 2 loops on i and j in one loop ij for efficiency, vectorization …
(edit) @173   11 years ymipsl bug fix for output vorticity field with XIOS YM
(edit) @172   11 years ymipsl doesn't work in sequential mode => Add MPI_REDUCE wrapper YM
(edit) @171   11 years ymipsl - XIOS integration - Compiling with "-with_xios" option. Adapt path to …
(edit) @170   11 years dubos Activated call to physics - Held & Suarez test case seems to work now
(edit) @168   11 years dubos Parameter files for W91.6
(edit) @167   11 years dubos Multi-layer Saint-Venant / Ripa equations - tested with Williamson91.5 & …
(edit) @166   11 years dubos New flag disvert=none
Note: See TracRevisionLog for help on using the revision log.