source: codes

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @959   5 years dubos devel/Python : fix reading local mesh => generation of local mesh …
(edit) @958   5 years dubos devel : vertical interpolation for unstructured mesh
(edit) @957   5 years dubos devel : fix DCMIP31 when scale factor X=1
(edit) @956   5 years dubos devel : bugfix in pressure diagnostics
(edit) @955   5 years dubos devel : fixed diagnosis of hydrostatic pressure for Lagrangian vertical …
(edit) @954   5 years adurocher trunk : Added metric terms to kernels parameters to avoid Host/GPU …
(edit) @953   5 years adurocher trunk : GPU implementation with OpenACC ( merge from glcp.idris.fr )
(edit) @952   5 years dubos devel : temperature diagnostics for unstructured mesh
(edit) @951   5 years dubos devel : fix bug introduced in [950]
(edit) @950   5 years dubos devel/unstructured : towards Fortran driver for DYNAMICO-unstructured
(edit) @949   5 years dubos devel : generic compute_caldyn_slow_hydro + fixes
(edit) @948   5 years jisesh devel: fixed module load commands in nudging module
(edit) @947   5 years jisesh devel: Nudging external data and vertical interpolatiion
(edit) @946   5 years jisesh devel:improved condition to handle floating-point in nudging module
(edit) @945   5 years jisesh devel/Python : fix import module statements
(edit) @944   5 years dubos devel/Python : XML for baroclinic test case
(edit) @943   5 years dubos devel/Python : fix baroclinic test case
(edit) @942   5 years dubos devel : split DySL from Python
(edit) @941   5 years dubos devel : split DySL from Python
(edit) @940   5 years dubos devel : DySL for enstrophy-conserving scheme
(edit) @939   5 years dubos devel : cleanup USE data_unstructured_mod
(edit) @938   5 years dubos devel : interfaces for caldyn_coriolis
(edit) @937   5 years dubos devel : moved DySL for compute_geopot
(edit) @936   5 years dubos devel/unstructured : removed duplicate BIND(C) variables
(edit) @935   5 years dubos devel : interfaces for caldyn_fast and caldyn_slow_hydro
(edit) @934   5 years dubos devel : removed obsolete option -qopenmp-threadprivate compat, cf [816]
(edit) @933   5 years ymipsl Fix XML file for metric reading/writing in start/restart files. YM
(edit) @932   5 years dubos devel/Python : automatic inference of Numba spec - signature is now …
(edit) @931   5 years dubos devel/Python : fixed info for Numba
(edit) @930   5 years dubos devel/Python : periodize initial perturbation for Baroclinic test case
(edit) @929   5 years dubos devel : added missing kernels
(edit) @928   5 years dubos devel : separate modules for caldyn_vert and caldyn_vert_NH
(edit) @927   5 years dubos devel : quiet down write_field.f90
(edit) @926   5 years dubos devel and trunk : let iim_glo=nbp+1 so that MOD(nbp,npslit_X)==0 implies …
(edit) @925   5 years dubos devel : added safeguard for Courant criterion for horizontal dissipation
(edit) @924   5 years dubos devel : more options for the vertical profile of horizontal dissipation …
(edit) @923   5 years dubos devel : really fix bug in tridiagonal solver for vertical diffusion in …
(edit) @922   5 years dubos devel :fix bug in xios_read_field introduced by [880]
(edit) @921   5 years dubos devel : unique interface for compute_caldyn_fast_X, …
(edit) @920   5 years dubos devel : separate module for compute_geopot
(edit) @919   5 years dubos devel : DYSL for compute_omega
(edit) @918   5 years dubos devel : removed empty module caldyn_kernels_hevi
(edit) @917   5 years dubos devel : DYSL for compute_theta
(edit) @916   5 years dubos devel : added variable Cp to compute_temperature
(edit) @915   5 years dubos devel : DYSL for compute_temperature
(edit) @914   5 years dubos devel : moved diagnostics of temperature and velocity into separate …
(edit) @913   5 years dubos devel : compute_pression for unstructured mesh
(edit) @912   5 years dubos devel : cosmetic changes to comply with XCodeML
(edit) @911   5 years dubos devel : fix bug in tridiagonal solver for vertical diffusion in Venus test …
(edit) @910   5 years ymipsl Fix typo. External physics was called for every case. YM
(edit) @909   5 years dubos devel : safeguards when using caldyn_conserv=energy_gassmann
(edit) @908   5 years dubos devel : extra digits in detailed AAM budget
(edit) @907   5 years dubos devel : backported [866] from trunk
(edit) @906   5 years dubos devel : compute_rhodz for unstructured mesh
(edit) @905   5 years dubos devel : XIOS output for unstructured mesh
(edit) @904   5 years adurocher trunk : Fixed compilation without xios
(edit) @903   5 years adurocher trunk : Added ifdef to compile with mpif.h instead for mpi.mod
(edit) @902   5 years adurocher trunk : Check tracer mass conservation in check_conserve
(edit) @901   5 years adurocher trunk : Fixed compilation with --std=f2008 with gfortran Added …
(edit) @900   5 years adurocher trunk : Fixed aliasing issue in compute_divgrad/gradiv/gradrot in dissip …
(edit) @899   5 years adurocher trunk : Fixed GCC warnings Fixed iso c bindings fixed warnings with …
(edit) @898   5 years adurocher trunk : Separate compute/compare loops in compute_rhodz
(edit) @897   5 years adurocher trunk : Removed dereferencing of optional parameter (PGI OpenPower?)
(edit) @896   5 years adurocher trunk : compute_gradq3d: Remove all useless temporary arrays.
(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) @886   5 years jisesh devel: Fix to Changeset 880
(edit) @885   5 years dubos devel/unstructured : caldyn_BC & legacy_to_DEC
(edit) @884   5 years dubos devel/unstructured : fixed etat0 + renamed compute => compute_caldyn
(edit) @883   5 years dubos devel/unstructured : XIOS output
(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) @880   5 years dubos devel : store cell bounds once, use them for XIOS later
(edit) @879   5 years dubos devel : introduced derived type to store cell bounds
(edit) @878   5 years jisesh devel: moved DYSL into compute_caldyn_solver.F90,compute_theta.F90 and …
(edit) @877   5 years jisesh devel: moved DYSL into compute_caldyn_slow_hydro.F90
(edit) @876   5 years jisesh devel: moved DYSL into compute_caldyn_slow_NH.F90 and …
(edit) @874   5 years jisesh devel : Nudging towards external data using XIOS
(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) @870   5 years dubos devel/Python : bugfix cell bounds, last vertex of pentagons must be …
(edit) @869   5 years dubos devel/Python : write cell bounds into mesh file / partition file
(edit) @868   5 years dubos devel : temporary deactivation of some features for unstructured mesh …
(edit) @867   5 years dubos devel : towards Fortran driver for unstructured/LAM meshes
(edit) @866   5 years ymipsl minor fix in FCM to avoid spurious warning due to evolution of perl …
(edit) @865   5 years dubos devel : update CICLAD arch file to link with latest XIOS
(edit) @864   5 years dubos devel : missing piece of previous commit
(edit) @863   5 years dubos devel : split read_dump_partition into open_local_mesh_file and …
(edit) @862   5 years dubos devel : refactored base/field.f90
(edit) @861   5 years dubos devel : compute_X => compute_X_unst or compute_X_hex in init_caldyn
(edit) @860   5 years jisesh devel/Python : sample batch job for camelot
(edit) @859   5 years jisesh devel: separate module for compute_NH_geopot
Note: See TracRevisionLog for help on using the revision log.