Changeset 985


Ignore:
Timestamp:
10/24/19 18:25:36 (5 years ago)
Author:
dubos
Message:

devel/Python : fix value of thermo_boussinesq (shallow-water)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/dev/unstructured.pyx

    r977 r985  
    8787# set/get global variables 
    8888eta_mass,eta_lag=(1,2) 
    89 thermo_theta,thermo_entropy,thermo_moist,thermo_boussinesq=(1,2,3,4) 
     89thermo_theta,thermo_entropy,thermo_moist,thermo_boussinesq=(1,2,4,5) 
    9090 
    9191kernels.addvars( 
Note: See TracChangeset for help on using the changeset viewer.