source: codes/icosagcm/trunk/src/timeloop_gcm.f90

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @523   7 years dubos Fixed Rayleigh friction (DCMIP 2.1)
(edit) @519   7 years dubos Fixed RK2.5 - cleanup to follow
(edit) @516   7 years ymipsl forgotten file from previous commit YM
(edit) @515   7 years dubos Temporary fix : write_start undefined
(edit) @514   7 years ymipsl Start file is created before entering time loop, except if starting from …
(edit) @499   8 years dubos Bugfix : NH - now passes DCMIP2012 (flat terrain), Bubble, DCMIP2016
(edit) @475   8 years ymipsl Re-activate restart output. Problem was found on yellowstone (intelMPI). …
(edit) @473   8 years ymipsl Repairing openMP : Only master thread may call XIOS YM
(edit) @429   8 years ymipsl Field are sent to xios only at each "write_period" YM
(edit) @415   8 years ymipsl Writing restart file is not working well with intel mpi library. Call is …
(edit) @413   8 years dubos Improved output
(edit) @407   8 years ymipsl -Output is call at the end on timestep YM
(edit) @403   8 years dubos Fixed output of phis
(edit) @397   8 years ymipsl Prepare DCMIP2016 output by XIOS2 YM
(edit) @387   8 years dubos Infrastructure for multiple dynamical tracers - tested with JW06 and moist …
(edit) @377   8 years dubos New : positive advection option for theta
(edit) @376   8 years dubos Bugfix : define again ARK2.3 as default time scheme
(edit) @374   8 years dubos More NH diagnostics - bugfix needed
(edit) @372   8 years dubos Default time scheme now ARK2.3
(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) @360   9 years dubos Towards HEVI time stepping
(edit) @354   9 years dubos Moved output of dyn fields out of caldyn_gcm
(edit) @350   9 years dubos Move geopotential to timeloop, prepare for prognostic geopotential (NH)
(edit) @347   9 years dubos Synced with aquaplanet branch HEAT@45 - tested with DCMIP4
(edit) @339   9 years dubos Kinnmark (1984) RK2.5 scheme
(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) @295   10 years ymipsl Merging OpenMP parallisme mode : by subdomain and on vertical level. This …
(edit) @281   10 years dubos Fixed bug preventing call to physics when itau_phys>1
(edit) @266   10 years ymipsl Synchronize trunk and Saturn branch. Merge modification from Saturn branch …
(edit) @202   10 years dubos OpenMP fixes (not tested)
(edit) @200   10 years ymipsl bug fix : xios_update_calendar was called even if xios_output is set to …
(edit) @186   10 years ymipsl Add new openMP parallelism based on distribution of domains on threads. …
(edit) @174   11 years ymipsl Transform 2 loops on i and j in one loop ij for efficiency, vectorization …
(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) @167   11 years dubos Multi-layer Saint-Venant / Ripa equations - tested with Williamson91.5 & …
(edit) @162   11 years dubos Lagrangian vertical coordinate tested with test4.1 - 60 MPI procs
(edit) @159   11 years dubos Towards Lagrangian vertical coordinate (not there yet)
(edit) @158   11 years dubos removed LeapFrog? & Adams-Bashforth from timeloop_gcm
(edit) @157   11 years dubos caldyn cleanup, tested with JW06 & MPI (no OpenMP)
(edit) @154   11 years dubos Almost nothing
(edit) @151   11 years ymipsl Implementation of mixte parallelism MPI/OpenMP into src directory YM
(edit) @149   11 years sdubey Added few new routines to read NC files and compute diagnostics to r145.|| …
(edit) @148   11 years ymipsl Various optimisations - dissipation is not called every timestep (similar …
(edit) @146   11 years ymipsl Set constant sign for wind way : ne(ij,right)==ne_right=1 …
(edit) @145   11 years ymipsl Add vampirtrace management YM
(edit) @139   11 years dubos caldyn_adv is back
(edit) @138   11 years dubos Transport now working again - tested with dcmip4.1.0
(edit) @135   11 years dubos Time-accumulation of mass fluxes active
(edit) @134   11 years dubos Time-accumulation of mass fluxes active
(edit) @133   11 years dubos Working on dyn/adv coupling
(edit) @132   11 years dubos Some steps towards coupling with transport
(edit) @131   11 years ymipsl Some operations must be only done by the mpi master task. YM
(edit) @130   11 years dubos dissipation, transport and physics still deactivated
(edit) @129   11 years dubos Changed timeloop design for multistage schemes
(edit) @124   11 years dubos Disabled physics and advection
(edit) @120   11 years dubos RK4 time stepping scheme
(edit) @110   12 years ymipsl Correction for dcmip moist physics Temperature is ouput instead of virtual …
(edit) @109   12 years dubos Added Rayleigh friction Tested : DCMIP 2.1 and DCMIP2.2 (with/without)
(edit) @99   12 years ymipsl Output precipitation in dcmip physics YM
(edit) @98   12 years ymipsl Put time variable : dt, itaumax, write_period, itau_out in the time …
(edit) @97   12 years ymipsl Put conforming IO for dcmip testcase YM
(edit) @81   12 years ymipsl Add simplify physics for dcmip testcase YM
(edit) @63   12 years ymipsl add output for tracer YM
(edit) @50   12 years dubos Temporary fix to problem with Exner function Now also outputs velocity …
(edit) @46   12 years dubos Removed duplicate write_field Solved compilation issues with cpp on …
(edit) @45   12 years dubos Introduced run_length Increased time step in run.def for test case 3 …
(edit) @32   12 years ymipsl externalize earth constant in run.def and add scalling factor …
(edit) @25   12 years dubos Minor changes : caldyn_sw.f90, advect_tracer.f90 icosa_mod.f90 : added …
(edit) @21   12 years ymipsl correction for compiling with gfortran (line too long) improvement for …
(edit) @19   12 years ymipsl Simplify the management of the module. YM
(edit) @17   12 years ymipsl Merge advection scheme from sarvesh in standard version YM
(edit) @15   12 years ymipsl Update on 3D dynamic YM
(add) @12   12 years ymipsl dynamico tree creation YM
Note: See TracRevisionLog for help on using the revision log.