Ignore:
Timestamp:
08/27/18 18:35:24 (6 years ago)
Author:
dubos
Message:

devel : Gassmann (2018) modification of TRiSK Coriolis discretization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/dynamics/caldyn_vars.f90

    r734 r735  
    66  SAVE 
    77 
    8   INTEGER, PARAMETER :: conserv_energy=1, conserv_enstrophy=2, & 
     8  INTEGER, PARAMETER :: conserv_energy=1, conserv_enstrophy=2, conserv_gassmann=3, & 
    99       kinetic_trisk=1, kinetic_consistent=2, & 
    1010       caldyn_vert_noncons=1, caldyn_vert_cons=2, & 
     
    2222 
    2323  ! temporary shared variables for caldyn 
    24   TYPE(t_field),POINTER :: f_qu(:), f_qv(:), f_Kv(:), & 
     24  TYPE(t_field),POINTER :: f_qu(:), f_qv(:), f_Kv(:), f_hv(:), & 
    2525                           f_pk(:),f_wwuu(:),f_planetvel(:), & 
    2626                           f_Fel(:), f_gradPhi2(:), f_wil(:), f_Wetadot(:) 
Note: See TracChangeset for help on using the changeset viewer.