io_lon and io_lat not exist in unstructured grid - modify inca call to take this in account
52 lines of code changed in 1 file:
remove two abort_gcm which is not known when we compile with dynamico and we are not using dyn3dmem / dyn3d_common
4 lines of code changed in 2 files:
correct a compilator bug for inca use
8 lines of code changed in 1 file:
Add a syntax correction in leapfrog_loc for compilation with inca / add a condition on inca in phys_output_write to be use without inca
5 lines of code changed in 2 files:
added (and call) a routine for the calculation of mass flux used in offline mode
205 lines of code changed in 4 files:
fixed two bug for coupling with inca
1- allow the possibility of having tracers names with H2O in it (like H2O2)
2- allow the possibility of having other water tracers in inca
4 lines of code changed in 2 files:
remove two variables not used anymore and not declared
1 lines of code changed in 1 file:
modify lmdz code in order to transfer to inca model all infomations necessary for the coupling with dynamico
53 lines of code changed in 6 files:
Add condition to write some variables in output (without inca, or only with new physics)
80 lines of code changed in 1 file:
add missing cpp key
2 lines of code changed in 1 file:
modification to run with INCA :
1- modify deallocate for an array use after
2- change definition for allocate component for each tracer
3- modify definition of isInPhysics (H2O in INCA need to be in Physic)
4- modify test to check calcul of nqttotr
11 lines of code changed in 1 file:
Made some correction to allow compilation with inca (Anne)
8 lines of code changed in 1 file:
get_var2 can now work with 3d variables which don't have a fourth time axis dimension in start.nc
Solve first part of ticket [#133]
19 lines of code changed in 1 file:
update in LMDZ-INCA-Dyn branche function get_var2 in dyn3dmem/dynetat0_loc.F90 to allow 3d variables in start.nc to have OR not a fourth dimension with the time axis. For this copy what it was done for get_var1 function.
Commit not done on the trunk - waiting for information to know how do it in dyn3d/ directory
0 lines of code changed in 2 files:
fixe a bug on inca tracers index. We need to substrac nqo between inca array and lmdz array
1 lines of code changed in 1 file:
hadv and vadv weren't allocated in inca case
Add modname to help in debug (error message)
7 lines of code changed in 1 file:
remove !$OMP directives to allow parallelisation in openmp
infotrac is call outside of a parallel omp zone, all variables in SAVE are shared by all process when we enter in OMP zone. If we put these variables in THREADPRIVATE we need to call bcast to share them.
0 lines of code changed in 1 file:
need to add definition of type_trac to compile in inca case
1 lines of code changed in 1 file:
merge with rev [3877] on trunk
2 lines of code changed in 1 file:
cancel rev [3777] : create_etat0_limit in dynamico case was not run any more. The call to create_etat0_limit_unstruct need to be done after the xios_calendar_update.
With this new commit results are not modified for create_etat0_limit in lon,lat grid (check limit.nc, start.nc, starphy.nc), and for lmdzor simulation (check restart.nc, histmth.nc after 1 month)
(Anne C.)
2 lines of code changed in 1 file:
(33 more)