# # ChangeLog for codes # # Generated by Trac 1.0.1 # 06/25/24 09:14:13 Thu, 13 Jun 2019 14:45:41 GMT adurocher [898] * codes/icosagcm/trunk/src/vertical/disvert.f90 (modified) trunk : Separate compute/compare loops in compute_rhodz Thu, 13 Jun 2019 14:45:40 GMT adurocher [897] * codes/icosagcm/trunk/src/diagnostics/wind.F90 (modified) trunk : Removed dereferencing of optional parameter (PGI OpenPower) Thu, 13 Jun 2019 14:45:40 GMT adurocher [896] * codes/icosagcm/trunk/src/transport/advect.F90 (modified) trunk : compute_gradq3d: Remove all useless temporary arrays. Thu, 13 Jun 2019 14:45:40 GMT adurocher [895] * codes/icosagcm/trunk/src/time/timeloop_gcm.f90 (modified) trunk : Fix inconsistent timer with PGI compiler. Always use the 64-bit ... Thu, 13 Jun 2019 14:45:39 GMT adurocher [894] * codes/icosagcm/trunk/src/transport/advect.F90 (modified) trunk : compute_advect_horiz: Fix dimension of qfluxt. This fixes issue ... Thu, 13 Jun 2019 14:45:39 GMT adurocher [893] * codes/icosagcm/trunk/src/output/restart.f90 (modified) trunk : Zero-initialize output u-fields in write_restart Thu, 13 Jun 2019 14:45:39 GMT adurocher [892] * codes/icosagcm/trunk/src/parallel/mpipara.F90 (modified) trunk : Replaced deprecated MPI_TYPE_EXTENT by MPI_Type_get_extent Thu, 13 Jun 2019 11:46:51 GMT ymipsl [891] * codes/icosagcm/trunk/src/icosa_init.f90 (modified) Comment the call to xios_timer. This functionnality will be commited ... Thu, 13 Jun 2019 08:15:47 GMT ymipsl [890] * codes/icosagcm/trunk/src/dissip/dissip_gcm.f90 (modified) Remove output dissip tendency with xios wich is performance killer YM Thu, 13 Jun 2019 08:12:33 GMT ymipsl [889] * codes/icosagcm/trunk/src/physics/physics_external.F90 (modified) OpenMP fix when using "phys_smooth_tendency=y" YM Thu, 13 Jun 2019 08:10:37 GMT ymipsl [888] * codes/icosagcm/trunk/src/output/xios_mod.F90 (modified) OpenMP fix when reading metric. YM Thu, 13 Jun 2019 08:09:56 GMT ymipsl [887] * codes/icosagcm/trunk/src/read_metric.f90 (modified) Close the context_dynamico_input properly when reading metric with XIOS. ... Wed, 12 Jun 2019 17:00:02 GMT jisesh [886] * codes/icosagcm/devel/src/dissip/nudging_mod.f90 (modified) * codes/icosagcm/devel/src/output/xios_mod.F90 (modified) devel: Fix to Changeset 880 Tue, 11 Jun 2019 22:45:02 GMT dubos [885] * codes/icosagcm/devel/src/dynamics/caldyn_gcm.F90 (modified) * codes/icosagcm/devel/src/time/euler_scheme.f90 (modified) devel/unstructured : caldyn_BC & legacy_to_DEC Tue, 11 Jun 2019 22:27:36 GMT dubos [884] * codes/icosagcm/devel/src/dynamics/caldyn_gcm.F90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn.f90 (moved) * codes/icosagcm/devel/src/dynamics/compute_pvort_only.F90 (modified) * codes/icosagcm/devel/src/initial/etat0_collocated.f90 (modified) devel/unstructured : fixed etat0 + renamed compute => compute_caldyn Tue, 11 Jun 2019 15:38:17 GMT dubos [883] * codes/icosagcm/devel/src/base/field.f90 (modified) * codes/icosagcm/devel/src/base/math_const.f90 (modified) * codes/icosagcm/devel/src/output/output_field.f90 (modified) * codes/icosagcm/devel/src/output/write_field.f90 (modified) * codes/icosagcm/devel/src/unstructured/init_unstructured.f90 (modified) devel/unstructured : XIOS output Tue, 11 Jun 2019 12:59:17 GMT ymipsl [882] * codes/icosagcm/trunk/src/icosa_init.f90 (modified) * codes/icosagcm/trunk/src/output/write_etat0.f90 (modified) * codes/icosagcm/trunk/src/output/xios_mod.F90 (modified) * codes/icosagcm/trunk/src/read_metric.f90 (added) * codes/icosagcm/trunk/src/sphere/geometry.f90 (modified) Metric is now write in start.nc/restart.nc Metric can be read at restart ... Tue, 11 Jun 2019 12:48:45 GMT ymipsl [881] * codes/icosagcm/trunk/src/parallel/domain.f90 (modified) Implement small cell balancing for ownership. Call to physic will be ... Tue, 04 Jun 2019 16:30:08 GMT dubos [880] * codes/icosagcm/devel/src/output/set_bounds.f90 (added) * codes/icosagcm/devel/src/output/write_field.f90 (modified) * codes/icosagcm/devel/src/output/write_field_mpi.f90 (added) * codes/icosagcm/devel/src/output/write_field_vars.f90 (added) * codes/icosagcm/devel/src/output/xios_mod.F90 (modified) * codes/icosagcm/devel/src/sphere/compute_geometry.f90 (modified) devel : store cell bounds once, use them for XIOS later Tue, 04 Jun 2019 16:03:54 GMT dubos [879] * codes/icosagcm/devel/src/base/field.f90 (modified) * codes/icosagcm/devel/src/parallel/domain.f90 (modified) * codes/icosagcm/devel/src/sphere/geometry.f90 (modified) * codes/icosagcm/devel/src/unstructured/init_unstructured.f90 (modified) devel : introduced derived type to store cell bounds Wed, 29 May 2019 18:33:00 GMT jisesh [878] * codes/icosagcm/devel/Python/src/kernels_caldyn_NH.jin (modified) * codes/icosagcm/devel/Python/src/kernels_caldyn_hevi.jin (modified) * codes/icosagcm/devel/src/dynamics/compute_NH_geopot.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_solver.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_theta.F90 (modified) * codes/icosagcm/devel/src/kernels_unst/theta.k90 (modified) devel: moved DYSL into compute_caldyn_solver.F90,compute_theta.F90 and ... Wed, 29 May 2019 09:16:16 GMT jisesh [877] * codes/icosagcm/devel/Python/src/kernels_caldyn_hydro.jin (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_slow_hydro.F90 (modified) devel: moved DYSL into compute_caldyn_slow_hydro.F90 Tue, 28 May 2019 20:44:58 GMT jisesh [876] * codes/icosagcm/devel/Python/src/kernels_caldyn_NH.jin (modified) * codes/icosagcm/devel/Python/src/kernels_caldyn_hevi.jin (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_Coriolis.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_slow_NH.F90 (modified) devel: moved DYSL into compute_caldyn_slow_NH.F90 and ... Mon, 27 May 2019 13:56:37 GMT jisesh [874] * codes/icosagcm/devel/src/dissip/guided_mod.f90 (modified) * codes/icosagcm/devel/src/dissip/nudging_mod.f90 (modified) * codes/icosagcm/devel/src/output/xios_mod.F90 (modified) devel : Nudging towards external data using XIOS Fri, 17 May 2019 14:31:11 GMT ymipsl [873] * codes/icosagcm/trunk/src/physics/physics_external.F90 (modified) Fix for tracer conservation when adding smooth physics tendency. YM Fri, 17 May 2019 14:16:29 GMT ymipsl [872] * codes/icosagcm/trunk/src/physics/physics_external.F90 (modified) Comment the call to xios_timer. This functionnality will be commited ... Fri, 17 May 2019 13:02:07 GMT ymipsl [871] * codes/icosagcm/trunk/src/physics/physics.f90 (modified) * codes/icosagcm/trunk/src/physics/physics_external.F90 (modified) * codes/icosagcm/trunk/src/time/timeloop_gcm.f90 (modified) experimental : add smooth physics tendency for external physics. ... Fri, 17 May 2019 11:41:18 GMT dubos [870] * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) devel/Python : bugfix cell bounds, last vertex of pentagons must be ... Fri, 17 May 2019 11:20:04 GMT dubos [869] * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) * codes/icosagcm/devel/Python/test/py/dump_partition.py (modified) * codes/icosagcm/devel/Python/test/py/write_Cartesian_mesh.py (modified) devel/Python : write cell bounds into mesh file / partition file Thu, 16 May 2019 21:52:50 GMT dubos [868] * codes/icosagcm/devel/src/diagnostics/check_conserve.f90 (modified) * codes/icosagcm/devel/src/diagnostics/observable.f90 (modified) * codes/icosagcm/devel/src/output/write_etat0.f90 (modified) * codes/icosagcm/devel/src/parallel/transfert_mpi.f90 (modified) devel : temporary deactivation of some features for unstructured mesh ... Thu, 16 May 2019 21:45:56 GMT dubos [867] * codes/icosagcm/devel/src/parallel/domain.f90 (modified) * codes/icosagcm/devel/src/time/euler_scheme.f90 (modified) * codes/icosagcm/devel/src/unstructured/data_unstructured.F90 (modified) devel : towards Fortran driver for unstructured/LAM meshes Thu, 16 May 2019 15:42:52 GMT ymipsl [866] * codes/icosagcm/trunk/tools/FCM/lib/Fcm/CfgFile.pm (modified) minor fix in FCM to avoid spurious warning due to evolution of perl ... Thu, 16 May 2019 15:27:30 GMT dubos [865] * codes/icosagcm/devel/arch/arch-ifort_CICLAD.env (modified) devel : update CICLAD arch file to link with latest XIOS Wed, 08 May 2019 23:40:47 GMT dubos [864] * codes/icosagcm/devel/src/icosa_init.f90 (modified) devel : missing piece of previous commit Wed, 08 May 2019 23:37:55 GMT dubos [863] * codes/icosagcm/devel/src/base/init_grid_param.f90 (modified) * codes/icosagcm/devel/src/sphere/compute_geometry.f90 (copied) * codes/icosagcm/devel/src/sphere/geometry.f90 (modified) * codes/icosagcm/devel/src/unstructured/init_unstructured.f90 (modified) devel : split read_dump_partition into open_local_mesh_file and ... Wed, 08 May 2019 23:29:34 GMT dubos [862] * codes/icosagcm/devel/src/base/field.f90 (modified) devel : refactored base/field.f90 Wed, 08 May 2019 23:27:19 GMT dubos [861] * codes/icosagcm/devel/src/dynamics/caldyn_gcm.F90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) devel : compute_X => compute_X_unst or compute_X_hex in init_caldyn Tue, 07 May 2019 13:20:37 GMT jisesh [860] * codes/icosagcm/devel/Python/test/jobs (added) * codes/icosagcm/devel/Python/test/jobs/camelot.pbs (added) devel/Python : sample batch job for camelot Mon, 06 May 2019 23:09:27 GMT jisesh [859] * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_NH_geopot.F90 (added) * codes/icosagcm/devel/src/dynamics/compute_caldyn_solver.F90 (modified) devel: separate module for compute_NH_geopot Mon, 06 May 2019 14:53:07 GMT dubos [858] * codes/icosagcm/devel/Python/src/kernels_caldyn_hevi.jin (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_fast.F90 (modified) devel : moved DYSL into compute_caldyn_fast.F90 Sun, 05 May 2019 23:55:12 GMT dubos [857] * codes/icosagcm/devel/make_python (modified) devel : revert accidental change to make_python Sun, 05 May 2019 23:49:12 GMT dubos [856] * codes/icosagcm/devel/make_python (modified) * codes/icosagcm/devel/src/base/dimensions.f90 (modified) * codes/icosagcm/devel/src/dissip/dissip_gcm.f90 (modified) * codes/icosagcm/devel/src/icosa_init.f90 (modified) * codes/icosagcm/devel/src/initial/etat0_collocated.f90 (modified) * codes/icosagcm/devel/src/output/output_field.f90 (modified) * codes/icosagcm/devel/src/parallel/domain.f90 (modified) * codes/icosagcm/devel/src/sphere/geometry.f90 (modified) * codes/icosagcm/devel/src/transport/advect_tracer.f90 (modified) * codes/icosagcm/devel/src/unstructured/init_unstructured.f90 (modified) devel : towards Fortran driver for unstructured/LAM meshes Sun, 05 May 2019 21:11:40 GMT dubos [855] * codes/icosagcm/devel/src/dynamics/compute_caldyn_fast.F90 (modified) devel : cleaner fix to duplicate nu in compute_fast.F90 Sun, 05 May 2019 19:39:45 GMT jisesh [854] * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_fast.F90 (added) devel: separate module for compute_caldyn_fast and removed nu ... Sun, 05 May 2019 14:17:23 GMT jisesh [853] * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_solver.F90 (added) devel: separate module for compute_caldyn_solver and removed Rd ... Sun, 05 May 2019 12:58:31 GMT dubos [852] * codes/icosagcm/devel/Python/codegen (modified) * codes/icosagcm/devel/Python/src/kernels_caldyn_hevi.jin (modified) * codes/icosagcm/devel/make_python (modified) * codes/icosagcm/devel/src/dynamics/compute_pvort_only.F90 (modified) devel : moved DYSL for compute_pvort_only into compute_pvort_only.F90 Sun, 05 May 2019 12:25:29 GMT jisesh [851] * codes/icosagcm/devel/src/dynamics/compute_caldyn_slow_NH.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_slow_hydro.F90 (modified) devel: included USE module trace in compute_caldyn_slow_NH and ... Sun, 05 May 2019 12:10:43 GMT jisesh [850] * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_slow_NH.F90 (added) devel: separate module for compute_caldyn_slow_NH Sun, 05 May 2019 10:53:47 GMT jisesh [849] * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_slow_hydro.F90 (added) devel: separate module for compute_caldyn_slow_hydro Sat, 04 May 2019 22:39:29 GMT dubos [848] * codes/icosagcm/devel/src/initial/etat0_collocated.f90 (modified) devel : reorganized etat0_collocated.f90 Sat, 04 May 2019 22:08:28 GMT dubos [847] * codes/icosagcm/devel/src/initial/etat0.f90 (modified) * codes/icosagcm/devel/src/initial/etat0_collocated.f90 (added) * codes/icosagcm/devel/src/initial/etat0_isothermal.f90 (added) devel : split etat0 into etat0, etat0_collocated and etat0_isothermal Sat, 04 May 2019 20:27:37 GMT dubos [846] * codes/icosagcm/devel/make_python (modified) * codes/icosagcm/devel/src/dynamics/caldyn_gcm.F90 (modified) * codes/icosagcm/devel/src/icosa_init.f90 (modified) * codes/icosagcm/devel/src/output/write_field.f90 (modified) * codes/icosagcm/devel/src/parallel/transfert_mpi.f90 (modified) devel : towards Fortran driver for unstructured/LAM meshes Sat, 04 May 2019 19:35:04 GMT dubos [845] * codes/icosagcm/devel/src/dissip/dissip_gcm.f90 (modified) devel : reorganized dissip_gcm.f90 Fri, 03 May 2019 17:16:45 GMT jisesh [844] * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_caldyn_Coriolis.F90 (added) devel: separate module for compute_caldyn_Coriolis Fri, 03 May 2019 16:22:03 GMT jisesh [843] * codes/icosagcm/devel/src/dynamics/compute_caldyn_kv.F90 (added) devel: separate module for compute_caldyn_kv Fri, 03 May 2019 16:16:12 GMT jisesh [842] * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) devel: separate module for compute_caldyn_kv Fri, 03 May 2019 14:16:01 GMT dubos [841] * codes/icosagcm/devel/make_icosa (modified) devel : update signature.f90 (=> rebuild) only if necessary Fri, 03 May 2019 14:09:43 GMT dubos [840] * codes/icosagcm/devel/src/dynamics/compute_pvort_only.F90 (modified) devel : work around intel-15 compiler issue Fri, 03 May 2019 12:15:16 GMT dubos [839] * codes/icosagcm/devel/src/base/field.f90 (modified) * codes/icosagcm/devel/src/base/grid_param.f90 (modified) devel : allocate_field for unstructured mesh Fri, 03 May 2019 12:07:58 GMT dubos [838] * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) devel/Python : fix meshes.py Fri, 03 May 2019 11:40:15 GMT dubos [837] * codes/icosagcm/devel/Python/src/kernels_caldyn_hevi.jin (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) * codes/icosagcm/devel/src/kernels_hex/caldyn_fast.k90 (modified) * codes/icosagcm/devel/src/kernels_unst/caldyn_fast.k90 (modified) * codes/icosagcm/devel/src/unstructured/caldyn_unstructured.F90 (modified) * codes/icosagcm/devel/src/unstructured/data_unstructured.F90 (modified) devel : Cp(T) thermodynamics (TBC) Fri, 03 May 2019 11:25:21 GMT dubos [836] * codes/icosagcm/devel/Python/src/kernels_caldyn_hydro.jin (modified) * codes/icosagcm/devel/src/base/earth_const.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_base.F90 (modified) * codes/icosagcm/devel/src/kernels_hex/compute_geopot.k90 (modified) * codes/icosagcm/devel/src/kernels_unst/compute_geopot.k90 (modified) * codes/icosagcm/devel/src/unstructured/caldyn_unstructured.F90 (modified) * codes/icosagcm/devel/src/unstructured/data_unstructured.F90 (modified) devel : Cp(T) thermodynamics (TBC) Fri, 03 May 2019 11:13:29 GMT dubos [835] * codes/icosagcm/devel/make_icosa (modified) * codes/icosagcm/devel/src/icosa_init.f90 (modified) devel : print svn info / svn status in log file Fri, 03 May 2019 10:10:30 GMT dubos [834] * codes/icosagcm/devel/src/base/earth_const.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_vars.f90 (modified) * codes/icosagcm/devel/src/initial/etat0_dcmip4.f90 (modified) * codes/icosagcm/devel/src/initial/etat0_dcmip5.f90 (modified) * codes/icosagcm/devel/src/initial/etat0_jablonowsky06.f90 (modified) devel : moved thermodynamics from caldyn_vars to earth_const Thu, 02 May 2019 12:17:06 GMT dubos [833] * codes/icosagcm/devel/src/unstructured/caldyn_unstructured.F90 (modified) * codes/icosagcm/devel/src/unstructured/timestep_unstructured.F90 (modified) devel : fix pure-MPI build Thu, 02 May 2019 11:56:48 GMT dubos [832] * codes/icosagcm/devel/src/unstructured/data_unstructured.F90 (modified) * codes/icosagcm/devel/src/unstructured/timestep_unstructured.F90 (modified) * codes/icosagcm/devel/src/unstructured/transport_unstructured.F90 (modified) devel : fix pure-MPI build Thu, 02 May 2019 10:19:02 GMT dubos [831] * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) * codes/icosagcm/devel/src/dynamics/compute_theta.F90 (added) devel : separate module for compute_theta Thu, 02 May 2019 07:44:14 GMT dubos [830] * codes/icosagcm/devel/rebuild_full (added) * codes/icosagcm/devel/src/base/grid_param.f90 (modified) * codes/icosagcm/devel/src/base/init_grid_param.f90 (added) * codes/icosagcm/devel/src/icosa_init.f90 (modified) * codes/icosagcm/devel/src/unstructured/init_unstructured.f90 (modified) devel : merged init_grid_param and init_grid_type Wed, 01 May 2019 21:44:24 GMT dubos [829] * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) devel/Python : temporary fix to meshes.py Wed, 01 May 2019 21:34:33 GMT dubos [828] * codes/icosagcm/devel/Python/env/X64_IRENE.env (modified) * codes/icosagcm/devel/make_icosa (modified) devel: fix build on IRENE Wed, 01 May 2019 13:13:35 GMT dubos [827] * codes/icosagcm/devel/src/dynamics/caldyn_gcm.F90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_hevi.f90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) * codes/icosagcm/devel/src/dynamics/caldyn_vars.f90 (modified) * codes/icosagcm/devel/src/dynamics/compute.f90 (added) * codes/icosagcm/devel/src/dynamics/compute_pvort_only.F90 (added) devel : towards Fortran driver for unstructured/LAM meshes Tue, 30 Apr 2019 16:15:39 GMT dubos [826] * codes/icosagcm/devel/make_python (modified) devel/Python : moved Fortran bindings and *.pyx to dynamico/dev module + ... Tue, 30 Apr 2019 16:14:37 GMT dubos [825] * codes/icosagcm/devel/Python/dynamico/__init__.py (modified) * codes/icosagcm/devel/Python/dynamico/dev/__init__.py (modified) * codes/icosagcm/devel/Python/dynamico/dev/libs.py (moved) * codes/icosagcm/devel/Python/dynamico/dev/meshes.py (modified) * codes/icosagcm/devel/Python/dynamico/dev/parallel.py (added) * codes/icosagcm/devel/Python/dynamico/dev/precision.py (moved) * codes/icosagcm/devel/Python/dynamico/dev/wrap.py (moved) * codes/icosagcm/devel/Python/dynamico/dev/xios.py (moved) * codes/icosagcm/devel/Python/dynamico/kernels.py (modified) * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) * codes/icosagcm/devel/Python/dynamico/parallel.py (modified) * codes/icosagcm/devel/Python/dynamico/util.py (modified) * codes/icosagcm/devel/Python/src/cxios.pyx (modified) * codes/icosagcm/devel/Python/src/unstructured.pyx (modified) * codes/icosagcm/devel/Python/test/py/Baroclinic_3D_ullrich.py (modified) * codes/icosagcm/devel/Python/test/py/RSW2_MPAS_W02.py (modified) * codes/icosagcm/devel/Python/test/py/dump_partition.py (modified) * codes/icosagcm/devel/Python/test/py/partition.py (modified) * codes/icosagcm/devel/Python/test/py/write_Cartesian_mesh.py (modified) * codes/icosagcm/devel/Python/test/python.sh (modified) devel/Python : moved Fortran bindings and *.pyx to dynamico/dev module + ... Tue, 30 Apr 2019 14:59:07 GMT dubos [824] * codes/icosagcm/devel/src/dcmip/dcmip2016_kessler_physic.f90 (modified) * codes/icosagcm/devel/src/diagnostics/check_conserve.f90 (modified) devel : fix errors caught by F_Front Tue, 30 Apr 2019 14:34:41 GMT dubos [823] * codes/icosagcm/devel/XCodeML (added) * codes/icosagcm/devel/XCodeML/external_src (added) * codes/icosagcm/devel/XCodeML/external_src/iso_c_binding.f90 (added) * codes/icosagcm/devel/XCodeML/external_src/iso_fortran_env.f90 (added) * codes/icosagcm/devel/XCodeML/external_src/omp_lib.f90 (added) * codes/icosagcm/devel/XCodeML/external_src/xios.f90 (added) * codes/icosagcm/devel/XCodeML/make_xml.sh (added) * codes/icosagcm/devel/XCodeML/netcdf-fortran-4.4.5.tar.gz (added) * codes/icosagcm/devel/XCodeML/parse_order.txt (added) * codes/icosagcm/devel/XCodeML/xml (added) * codes/icosagcm/devel/XCodeML/xmod (added) devel : script and files to parse DYNAMICO using XCodeML F_Front Sun, 14 Apr 2019 22:42:42 GMT dubos [822] * codes/icosagcm/devel/src/kernels_unst/compute_NH_geopot.k90 (modified) devel : fix syntax of some WRITE statements (tolerated by ifort) Sun, 14 Apr 2019 22:31:19 GMT dubos [821] * codes/icosagcm/devel/Python/src/kernels_caldyn_NH.jin (modified) * codes/icosagcm/devel/src/dynamics/caldyn_kernels_hevi.F90 (modified) * codes/icosagcm/devel/src/kernels_hex/compute_NH_geopot.k90 (modified) * codes/icosagcm/devel/src/parallel/domain.f90 (modified) devel : fix syntax of some WRITE statements (tolerated by ifort) Tue, 02 Apr 2019 16:10:35 GMT jisesh [820] * codes/icosagcm/devel/src/dissip/guided_mod.f90 (modified) * codes/icosagcm/devel/src/dissip/nudging_mod.f90 (modified) * codes/icosagcm/devel/src/time/timeloop_gcm.f90 (modified) devel : towards nudging (status : relax wind + theta towards initial ... Wed, 27 Mar 2019 14:45:37 GMT ymipsl [819] * codes/icosagcm/trunk/src/initial/etat0_start_file.f90 (modified) New parameter in run .def etat0_start_iteration_reset = y/n default ... Mon, 25 Mar 2019 16:19:44 GMT jisesh [818] * codes/icosagcm/devel/src/dissip/guided_mod.f90 (modified) * codes/icosagcm/devel/src/dissip/nudging_mod.f90 (added) * codes/icosagcm/devel/src/time/timeloop_gcm.f90 (modified) devel : towards nudging (now : wind only) Fri, 22 Mar 2019 09:09:36 GMT jgipsl [817] * codes/icosagcm/trunk/xml/file_def_dynamico.xml (modified) Deactivate output files. YM Thu, 21 Mar 2019 13:10:59 GMT jgipsl [816] * codes/icosagcm/trunk/arch/arch-X64_IRENE.fcm (modified) Remove from compilation "-qopenmp-threadprivate compat" not needed with ... Mon, 18 Mar 2019 10:40:52 GMT adurocher [815] * codes/icosagcm/trunk/src/parallel/transfert_omp.f90 (modified) trunk : Changed grow_factor to Real in transfert_omp (was INT(1.5)=1) Mon, 18 Mar 2019 10:40:52 GMT adurocher [814] * codes/icosagcm/trunk/src/sphere/geometry.f90 (modified) trunk : removed double allocation of geom%bi in allocate_geometry Wed, 13 Mar 2019 15:02:44 GMT jisesh [813] * codes/icosagcm/devel/src/base/grid_param.f90 (modified) * codes/icosagcm/devel/src/icosa_init.f90 (modified) * codes/icosagcm/devel/src/parallel/domain.f90 (modified) * codes/icosagcm/devel/src/parallel/mpipara.F90 (modified) * codes/icosagcm/devel/src/unstructured/data_unstructured.F90 (modified) * codes/icosagcm/devel/src/unstructured/init_unstructured.f90 (added) devel ; towards Fortran driver for unstructured/LAM meshes Wed, 13 Mar 2019 14:48:23 GMT jisesh [812] * codes/icosagcm/devel/Python/test/py/dump_partition.py (added) devel/Python : generate grid file to be read by unstructured Fortran ... Fri, 22 Feb 2019 17:09:12 GMT adurocher [811] * codes/icosagcm/devel/src/sphere/vector.f90 (modified) * codes/icosagcm/trunk/src/sphere/vector.f90 (modified) trunk+devel : fixed cross product Tue, 12 Feb 2019 09:20:53 GMT adurocher [810] * codes/icosagcm/trunk/src/sphere/vector.f90 (modified) cherrypick r745 : fix accuracy issue with cross_product2 => -xHost now ... Sat, 09 Feb 2019 17:49:40 GMT dubos [809] * codes/icosagcm/devel/arch/arch-X64_IRENE.env (modified) * codes/icosagcm/devel/arch/arch-X64_IRENE.path (modified) devel : fix arch files on IRENE Sat, 09 Feb 2019 17:28:24 GMT dubos [808] * codes/icosagcm/trunk/arch/arch-X64_IRENE.env (modified) * codes/icosagcm/trunk/arch/arch-X64_IRENE.fcm (modified) * codes/icosagcm/trunk/arch/arch-X64_IRENE.path (modified) trunk : fix arch files on IRENE Fri, 08 Feb 2019 17:53:34 GMT jisesh [807] * codes/icosagcm/devel/Python/dynamico/LAM.py (modified) * codes/icosagcm/devel/Python/dynamico/dev/meshes.py (modified) * codes/icosagcm/devel/Python/dynamico/maps.py (modified) * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) * codes/icosagcm/devel/Python/test/py/RSW2_MPAS_W02.py (modified) * codes/icosagcm/devel/Python/test/py/write_Cartesian_mesh.py (modified) devel/Python : polar projection + Williamson test case 2 on LAM Fri, 08 Feb 2019 17:51:47 GMT jisesh [806] * codes/icosagcm/devel/Python/test/py/Baroclinic_3D_ullrich.py (modified) * codes/icosagcm/devel/Python/test/xml/field_def_simple.xml (modified) * codes/icosagcm/devel/Python/test/xml/filedef_simple.xml (modified) devel/Python/Baroclinic_3D_ullrich : output Phi at half-levels Fri, 08 Feb 2019 07:10:04 GMT dubos [805] * codes/icosagcm/devel/Python/dynamico/dev/meshes.py (modified) * codes/icosagcm/devel/Python/dynamico/dev/numba.py (modified) * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) * codes/icosagcm/devel/Python/test/py/Godunov.py (modified) * codes/icosagcm/devel/Python/test/py/NH_3D_bubble.py (modified) * codes/icosagcm/devel/Python/test/py/RSW2_MPAS_W02.py (modified) devel/Python : moving Fortran-based features to dynamico.dev module ... Thu, 07 Feb 2019 11:27:38 GMT dubos [804] * codes/icosagcm/devel/Python/dynamico/dev (added) * codes/icosagcm/devel/Python/dynamico/dev/__init__.py (added) * codes/icosagcm/devel/Python/dynamico/dev/meshes.py (added) * codes/icosagcm/devel/Python/dynamico/dev/numba.py (added) * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) * codes/icosagcm/devel/Python/dynamico/util.py (modified) * codes/icosagcm/devel/Python/test/fig_Godunov (added) * codes/icosagcm/devel/Python/test/py/Godunov.py (added) * codes/icosagcm/devel/Python/test/python.sh (modified) devel/Python : introduced Python/dynamico/dev/ subdirectory Fri, 25 Jan 2019 16:11:55 GMT adurocher [803] * codes/icosagcm/trunk/src/output/netcdf_mod.F90 (modified) * codes/icosagcm/trunk/src/parallel/mpi_mod.F90 (modified) Fixed compilation with gfortran no_io/sequential Fixed syntax error on ... Mon, 21 Jan 2019 10:34:04 GMT dubos [802] * codes/icosagcm/devel/Python/dynamico/getargs.py (modified) * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) * codes/icosagcm/devel/Python/dynamico/parallel.py (modified) * codes/icosagcm/devel/Python/dynamico/time_step.py (modified) * codes/icosagcm/devel/Python/dynamico/wrap.py (modified) * codes/icosagcm/devel/Python/dynamico/xios.py (modified) * codes/icosagcm/devel/Python/src/cxios.pyx (modified) * codes/icosagcm/devel/Python/src/unstructured.pyx (modified) * codes/icosagcm/devel/Python/test/py/Baroclinic_3D_ullrich.py (modified) * codes/icosagcm/devel/Python/test/py/RSW2_MPAS_W02.py (modified) * codes/icosagcm/devel/src/unstructured/data_unstructured.F90 (modified) * codes/icosagcm/devel/src/unstructured/timestep_unstructured.F90 (modified) * codes/icosagcm/devel/src/unstructured/transfer_unstructured.F90 (modified) devel/unstructured : reduced, configurable log output Thu, 17 Jan 2019 09:42:38 GMT dubos [801] * codes/icosagcm/devel/Python/dynamico/maps.py (modified) * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) * codes/icosagcm/devel/Python/test/py/RSW2_MPAS_W02.py (modified) devel/unstructured : implement reference vs physical mesh for spherical ... Wed, 16 Jan 2019 14:27:39 GMT jisesh [800] * codes/icosagcm/devel/Python/dynamico/maps.py (added) * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) * codes/icosagcm/devel/Python/test/py/Baroclinic_3D_ullrich.py (modified) devel/unstructured : introduced mapping from reference domain to ... Mon, 14 Jan 2019 09:54:58 GMT dubos [799] * codes/icosagcm/devel/Python/dynamico/meshes.py (modified) devel/Python : shift positions in Cartesian meshes by dx/2, dy/2 Thu, 10 Jan 2019 16:48:18 GMT jisesh [798] * codes/icosagcm/devel/Python/test/fig_RSW_2D_mesh (modified) * codes/icosagcm/devel/Python/test/py (modified) Python/test : ignore *.png and *.bak files