Ignore:
Timestamp:
05/03/19 13:40:15 (5 years ago)
Author:
dubos
Message:

devel : Cp(T) thermodynamics (TBC)

Location:
codes/icosagcm/devel/src/unstructured
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/src/unstructured/caldyn_unstructured.F90

    r836 r837  
    203203  DECLARE_INDICES 
    204204  DECLARE_EDGES 
    205   NUM          :: due 
     205  NUM          :: due, cp_ik 
    206206  START_TRACE(id_fast, 4,0,2) ! primal, dual, edge 
    207207#include "../kernels_unst/caldyn_fast.k90" 
  • codes/icosagcm/devel/src/unstructured/data_unstructured.F90

    r836 r837  
    1414 
    1515  INTEGER, PARAMETER :: eta_mass=1, eta_lag=2, & 
    16 !       thermo_theta=1, thermo_entropy=2, thermo_moist=3, thermo_boussinesq=4, & 
    1716       caldyn_vert_cons=1, max_nb_stage=5 
    1817  INDEX,  BIND(C) :: caldyn_eta=eta_lag, & 
    1918       caldyn_vert_variant=caldyn_vert_cons, nb_threads=0, nb_stage=0 
    20 !  INDEX,  BIND(C) :: caldyn_thermo=thermo_theta, caldyn_eta=eta_lag, & 
    21 !       caldyn_vert_variant=caldyn_vert_cons, nb_threads=0, nb_stage=0 
    2219  LOGICAL(C_BOOL), BIND(C) :: hydrostatic=.TRUE., debug_on=.FALSE. 
    2320  LOGICAL(C_BOOL), BIND(C, NAME='debug_hevi_solver') :: debug_hevi_solver_=.TRUE. 
     
    4441  TIME, BIND(C) :: elapsed 
    4542  NUM, BIND(C) :: ptop, pbot, Phi_bot, rho_bot 
    46 !  NUM, BIND(C) :: g, ptop, cpp, cppv, Rd, Rv, preff, Treff, pbot, Phi_bot, rho_bot 
    47 !  NUM :: kappa 
    4843  NUM1(max_nb_stage), BIND(C)              :: tauj       ! diagonal of fast Butcher tableau 
    4944  NUM2(max_nb_stage,max_nb_stage), BIND(C) :: cslj, cflj ! slow and fast modified Butcher tableaus 
Note: See TracChangeset for help on using the changeset viewer.