source: codes/icosagcm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @895   5 years adurocher trunk : Fix inconsistent timer with PGI compiler. Always use the 64-bit …
(edit) @894   5 years adurocher trunk : compute_advect_horiz: Fix dimension of qfluxt. This fixes issue …
(edit) @893   5 years adurocher trunk : Zero-initialize output u-fields in write_restart
(edit) @892   5 years adurocher trunk : Replaced deprecated MPI_TYPE_EXTENT by MPI_Type_get_extent
(edit) @891   5 years ymipsl Comment the call to xios_timer. This functionnality will be commited …
(edit) @890   5 years ymipsl Remove output dissip tendency with xios wich is performance killer YM
(edit) @889   5 years ymipsl OpenMP fix when using "phys_smooth_tendency=y" YM
(edit) @888   5 years ymipsl OpenMP fix when reading metric. YM
(edit) @887   5 years ymipsl Close the context_dynamico_input properly when reading metric with XIOS. …
(edit) @882   5 years ymipsl Metric is now write in start.nc/restart.nc Metric can be read at restart …
(edit) @881   5 years ymipsl Implement small cell balancing for ownership. Call to physic will be done …
(edit) @873   5 years ymipsl Fix for tracer conservation when adding smooth physics tendency. YM
(edit) @872   5 years ymipsl Comment the call to xios_timer. This functionnality will be commited …
(edit) @871   5 years ymipsl experimental : add smooth physics tendency for external physics. …
(edit) @819   5 years ymipsl New parameter in run .def etat0_start_iteration_reset = y/n default (n) …
(edit) @815   5 years adurocher trunk : Changed grow_factor to Real in transfert_omp (was INT(1.5)=1)
(edit) @814   5 years adurocher trunk : removed double allocation of geom%bi in allocate_geometry
(edit) @811   5 years adurocher trunk+devel : fixed cross product
(edit) @810   5 years adurocher cherrypick r745 : fix accuracy issue with cross_product2 => -xHost now …
(edit) @803   5 years adurocher Fixed compilation with gfortran no_io/sequential Fixed syntax error on …
(edit) @788   5 years ymipsl Minor fix when using -no_io option : Some compiler (NEC sx Aurora) can …
(edit) @781   5 years sfromang New vertical profil for dissipation coefficient (via vert_prof_dissip …
(edit) @713   6 years ymipsl Little fix for OpenMP using external physics YM
(edit) @711   6 years ymipsl Adding halo transfer for scalar field ad vorticity point. => Use request …
(edit) @710   6 years ymipsl Remove conflict with OpenMP for LMDZ physic initialization. At this …
(edit) @709   6 years ymipsl OpenMP fix when creating intial state from files by interpolation …
(edit) @708   6 years ymipsl Default MPI initialization is set to funneled mode rather than …
(edit) @707   6 years ymipsl OpenMP fix for function xios_read_var. Only master thread must call XIOS …
(edit) @706   6 years millour Tidying up around dissipation steps and outputs. So far application of …
(edit) @669   6 years dubos trunk/disvert : set pa=preff/2 rather than hard-coded pa=50000
(edit) @668   6 years dubos trunk : compute and output physics tendencies on the dynamics side
(edit) @667   6 years dubos trunk : basic coarse-grain profiling
(edit) @649   6 years aslmd added angular momentum diagnostics associated with either positive or …
(edit) @648   6 years aslmd added an option for simple Rayleigh friction at bottom (giant planets, but …
(edit) @607   6 years dubos trunk : added AAM_tot to detailed AAM budget
(edit) @606   7 years dubos trunk : new disvert strato_custom
(edit) @605   7 years dubos trunk : backported r600 from devel
(edit) @604   7 years dubos trunk : backported r600-603 from devel
(edit) @599   7 years dubos trunk : backported commits r582-r598 (transport diagnostics)
(edit) @581   7 years dubos trunk : upgrading to devel
(edit) @580   7 years dubos trunk : upgrading to devel
(edit) @561   7 years dubos trunk : backported commits 555-557 from devel
(edit) @555   7 years dubos trunk : backported commits 535-540 from devel
(edit) @554   7 years dubos trunk : renamed icosagcm.f90 => icosa_init.f90
(edit) @553   7 years dubos trunk : backported commit 534 from devel
(edit) @552   7 years dubos trunk : backported commit 534 from devel
(edit) @548   7 years dubos trunk : reorganize source tree
(edit) @545   7 years dubos disvert_strato : user-definable dsigmin ; useful to reproduce CMIP5 …
(edit) @544   7 years dubos Held & Suarez : user-definable atmospheric mass, used for CMIP5 aquaplanet
(edit) @543   7 years dubos fix : arch files for CICLAD
(edit) @541   7 years millour Fix dissipation initialization to be identical when changing number of …
(edit) @526   7 years dubos OMP fix for diagnostics
(edit) @525   7 years dubos OMP fix for Rayleigh friction
(edit) @524   7 years dubos OMP fix for Rayleigh friction
(edit) @523   7 years dubos Fixed Rayleigh friction (DCMIP 2.1)
(edit) @521   7 years dubos Cleanup after fixing RK2.5
(edit) @519   7 years dubos Fixed RK2.5 - cleanup to follow
(edit) @517   7 years ymipsl forgotten files from previous commit YM
(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) @513   7 years dubos Trunk bugfix : sponge layer
(edit) @505   7 years dubos Allow compilation without XIOS
(edit) @499   7 years dubos Bugfix : NH - now passes DCMIP2012 (flat terrain), Bubble, DCMIP2016
(edit) @496   8 years ymipsl Restart from file, need to update redondant cells on frontier. YM
(edit) @495   8 years ymipsl Type for broadcast in sequential YM
(edit) @494   8 years ymipsl Fix held & suarez physic (extra dimansion for theta) YM
(edit) @493   8 years ymipsl Extend checksum for parallel runs. YM
(edit) @492   8 years ymipsl Some bugs fixed in XIOS... => Some modifciation in restart and read …
(edit) @491   8 years ymipsl USE IOISPL => USE ioipsl Maj. can cause trouble for FCM dependendy. YM
(edit) @488   8 years ymipsl New version independant of netcd I/O for benchmarking. YM
(edit) @487   8 years ymipsl Bad name for intel simd directives YM
(edit) @486   8 years ymipsl etat0 database : to avoid conflict with other id, suffix field read from …
(edit) @485   8 years ymipsl Fix extra-dimension to theta_rhodz for etat0 h&Z YM
(edit) @483   8 years ymipsl - Add functionnality to input/output field of type U (value on the edges) …
(edit) @482   8 years ymipsl Dynamico can run without XIOS YM
(edit) @481   8 years ymipsl Physic column : OpenMP on vertical levsl is managed. YM
(edit) @480   8 years ymipsl Missing synchronisations for OpenMP on vertical levels YM
(edit) @479   8 years ymipsl Missing synchronisation for OpenMP on vertical level YM
(edit) @478   8 years ymipsl MPI transfer : thread_serialized and thread_multiple is now working …
(edit) @477   8 years ymipsl Checksum : manage field of type : field_U YM
(edit) @476   8 years ymipsl Bug fix : read and write restart file was brocken due to new extra …
(edit) @475   8 years ymipsl Re-activate restart output. Problem was found on yellowstone (intelMPI). …
(edit) @474   8 years ymipsl Bug fix : on physic_column. The "own" variable is correctly defined only …
(edit) @473   8 years ymipsl Repairing openMP : Only master thread may call XIOS YM
(edit) @472   8 years ymipsl Repairing openMP : physic_column and physic_dcmip2016 seems OK. Only for …
(edit) @471   8 years ymipsl Repairing openMP : Missing threadprivate in earth_const module YM
(edit) @470   8 years ymipsl Repairing openMP : Only master thread may call XIOS YM
(edit) @469   8 years ymipsl Repairing openMP --> domain_update YM
(edit) @468   8 years ymipsl Add missing state for init_etat0 forgotten from last commit YM
(edit) @467   8 years dubos Merged with HEAT branch - testing required for : etat0_database, …
(edit) @441   8 years ymipsl Fix virtual temperature for supercell initial state; YM
(edit) @440   8 years ymipsl Schmidt transform was broken YM
(edit) @436   8 years dubos Correct output for Lagrangian vertical coordinate
(edit) @435   8 years ymipsl Update of physic dcmip2016 YM
(edit) @434   8 years dubos Dry/moist output cleanup
(edit) @431   8 years ymipsl Some cleaning for supercell dcmip 2016 etat0 state YM
(edit) @430   8 years ymipsl physiq dcmip2016 : Add column integration diagnostique for chlorines YM
(edit) @429   8 years ymipsl Field are sent to xios only at each "write_period" YM
(edit) @428   8 years dubos theta-related cleanup
Note: See TracRevisionLog for help on using the revision log.