Last change
on this file since 1453 was
1017,
checked in by emillour, 11 years ago
|
Common dynamics: (and collateral adaptations in Venus physics)
Improved cpdet routines in and additional sponge mode:
- Additionnal sponge mode (trigered with "callsponge" flag), in line with
the one used in the Generic and Martian GCM. This sponge is called whenever
there is a dissipation step.
- Improvement of the cpdet routines : created routines tpot2t_glo_p
and t2tpot_glo_p which handle fields on the whole dynamics (scaler) grid,
which are more efficient than calling tpot2t_p or t2tpot_p with slabs of
data (generated use of intermediate copies of these chunks of data at
every call)
- Turned cpdet.F into a module cpdet_mod.F90 (and correspondingly adapted
all routines in the Venus physics).
EM
|
File size:
285 bytes
|
Line | |
---|
1 | !----------------------------------------------------------------------- |
---|
2 | ! INCLUDE comcstfi.h |
---|
3 | |
---|
4 | COMMON/comcstfi/rad,g,r,cpp,rcp,dtphys,daysec,mugaz,omeg |
---|
5 | |
---|
6 | REAL rad,g,r,cpp,rcp,dtphys,daysec,mugaz,omeg |
---|
7 | |
---|
8 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.