source: codes

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @858   5 years dubos devel : moved DYSL into compute_caldyn_fast.F90
(edit) @857   5 years dubos devel : revert accidental change to make_python
(edit) @856   5 years dubos devel : towards Fortran driver for unstructured/LAM meshes
(edit) @855   5 years dubos devel : cleaner fix to duplicate nu in compute_fast.F90
(edit) @854   5 years jisesh devel: separate module for compute_caldyn_fast and removed nu duplication …
(edit) @853   5 years jisesh devel: separate module for compute_caldyn_solver and removed Rd …
(edit) @852   5 years dubos devel : moved DYSL for compute_pvort_only into compute_pvort_only.F90
(edit) @851   5 years jisesh devel: included USE module trace in compute_caldyn_slow_NH and …
(edit) @850   5 years jisesh devel: separate module for compute_caldyn_slow_NH
(edit) @849   5 years jisesh devel: separate module for compute_caldyn_slow_hydro
(edit) @848   5 years dubos devel : reorganized etat0_collocated.f90
(edit) @847   5 years dubos devel : split etat0 into etat0, etat0_collocated and etat0_isothermal
(edit) @846   5 years dubos devel : towards Fortran driver for unstructured/LAM meshes
(edit) @845   5 years dubos devel : reorganized dissip_gcm.f90
(edit) @844   5 years jisesh devel: separate module for compute_caldyn_Coriolis
(edit) @843   5 years jisesh devel: separate module for compute_caldyn_kv
(edit) @842   5 years jisesh devel: separate module for compute_caldyn_kv
(edit) @841   5 years dubos devel : update signature.f90 (=> rebuild) only if necessary
(edit) @840   5 years dubos devel : work around intel-15 compiler issue
(edit) @839   5 years dubos devel : allocate_field for unstructured mesh
(edit) @838   5 years dubos devel/Python : fix meshes.py
(edit) @837   5 years dubos devel : Cp(T) thermodynamics (TBC)
(edit) @836   5 years dubos devel : Cp(T) thermodynamics (TBC)
(edit) @835   5 years dubos devel : print svn info / svn status in log file
(edit) @834   5 years dubos devel : moved thermodynamics from caldyn_vars to earth_const
(edit) @833   5 years dubos devel : fix pure-MPI build
(edit) @832   5 years dubos devel : fix pure-MPI build
(edit) @831   5 years dubos devel : separate module for compute_theta
(edit) @830   5 years dubos devel : merged init_grid_param and init_grid_type
(edit) @829   5 years dubos devel/Python : temporary fix to meshes.py
(edit) @828   5 years dubos devel: fix build on IRENE
(edit) @827   5 years dubos devel : towards Fortran driver for unstructured/LAM meshes
(edit) @826   5 years dubos devel/Python : moved Fortran bindings and *.pyx to dynamico/dev module + …
(edit) @825   5 years dubos devel/Python : moved Fortran bindings and *.pyx to dynamico/dev module + …
(edit) @824   5 years dubos devel : fix errors caught by F_Front
(edit) @823   5 years dubos devel : script and files to parse DYNAMICO using XCodeML F_Front
(edit) @822   5 years dubos devel : fix syntax of some WRITE statements (tolerated by ifort)
(edit) @821   5 years dubos devel : fix syntax of some WRITE statements (tolerated by ifort)
(edit) @820   5 years jisesh devel : towards nudging (status : relax wind + theta towards initial …
(edit) @819   5 years ymipsl New parameter in run .def etat0_start_iteration_reset = y/n default (n) …
(edit) @818   5 years jisesh devel : towards nudging (now : wind only)
(edit) @817   5 years jgipsl Deactivate output files. YM
(edit) @816   5 years jgipsl Remove from compilation "-qopenmp-threadprivate compat" not needed with …
(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) @813   5 years jisesh devel ; towards Fortran driver for unstructured/LAM meshes
(edit) @812   5 years jisesh devel/Python : generate grid file to be read by unstructured Fortran …
(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) @809   5 years dubos devel : fix arch files on IRENE
(edit) @808   5 years dubos trunk : fix arch files on IRENE
(edit) @807   5 years jisesh devel/Python : polar projection + Williamson test case 2 on LAM
(edit) @806   5 years jisesh devel/Python/Baroclinic_3D_ullrich : output Phi at half-levels
(edit) @805   5 years dubos devel/Python : moving Fortran-based features to dynamico.dev module (TBC)
Note: See TracRevisionLog for help on using the revision log.