Ignore:
Timestamp:
08/24/18 13:56:09 (6 years ago)
Author:
dubos
Message:

devel : more cleanup and reorganization in dynamics/

File:
1 edited

Legend:

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

    r731 r732  
    66  SAVE 
    77 
    8   INTEGER, PARAMETER :: energy=1, enstrophy=2 
     8  INTEGER, PARAMETER :: energy=1, enstrophy=2, caldyn_vert_noncons=1, caldyn_vert_cons=2, & 
     9       thermo_none=-99, thermo_theta=1, thermo_entropy=2, & 
     10       thermo_moist=3, thermo_boussinesq=4, thermo_dry=10, thermo_fake_moist=11, thermo_moist_debug=100 
     11 
     12  INTEGER :: caldyn_conserv, caldyn_thermo, caldyn_vert_variant, physics_thermo 
     13  !$OMP THREADPRIVATE(caldyn_conserv, caldyn_thermo, caldyn_vert_variant, physics_thermo) 
     14 
     15  LOGICAL :: boussinesq, hydrostatic 
     16  !$OMP THREADPRIVATE(boussinesq, hydrostatic) 
     17 
     18  LOGICAL :: dysl, dysl_geopot, dysl_pvort_only, dysl_caldyn_fast, dysl_caldyn_coriolis, dysl_slow_hydro, dysl_caldyn_vert 
     19  !$OMP THREADPRIVATE(dysl, dysl_geopot, dysl_pvort_only, dysl_caldyn_fast, dysl_caldyn_coriolis, dysl_slow_hydro, dysl_caldyn_vert) 
    920 
    1021  ! temporary shared variables for caldyn 
     
    1223                           f_Fel(:), f_gradPhi2(:), f_wil(:), f_Wetadot(:) 
    1324 
    14   INTEGER :: caldyn_conserv 
    15   !$OMP THREADPRIVATE(caldyn_conserv)  
    1625 
    1726  TYPE(t_message) :: req_ps, req_mass, req_theta_rhodz, req_u, req_qu, req_geopot, req_w 
Note: See TracChangeset for help on using the changeset viewer.