Ignore:
Timestamp:
Aug 22, 2013, 4:02:07 PM (11 years ago)
Author:
emillour
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/rcm1d.F

    r901 r1017  
    1 
     1#include "../dyn3d/cpdet_mod.F90"
     2!***********************************************************************
    23      PROGRAM rcm1d
    34     
     
    67      use comgeomphy
    78      USE phys_state_var_mod
     9      use cpdet_mod, only: ini_cpdet
    810      IMPLICIT NONE
    911
     
    466468#include "../dyn3d/abort_gcm.F"
    467469#include "../dyn3d/dump2d.F"
    468 #include "../dyn3d/cpdet.F"
    469 
     470
Note: See TracChangeset for help on using the changeset viewer.