Changeset 2581
- Timestamp:
- Nov 5, 2021, 1:01:29 PM (3 years ago)
- Location:
- trunk/LMDZ.VENUS/deftank
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/deftank/gcm-96x96x50-chemistry.def
r2279 r2581 56 56 # pupstart in Pa 57 57 dissip_pupstart=1.e4 58 ## Sponge layer 59 # 1: over the topmost 4 levels 60 # 2: over layers at pressures down to 100 times below the topmost layer pressure 61 iflag_top_bound=1 62 ## Sponge layer mode 58 59 ## Sponge layer 60 # 0: LMDZ.GENERIC style 61 # 1 and 2: LMDZ.EARTH style 62 # 1: in last 4 levels 63 # 2: in levels with pressure less than 100 times the last layer pressure 64 iflag_top_bound=0 65 66 ## sponge layer parameters LMDZ.EARTH style 67 ## Mode 63 68 # mode = 0 : no sponge 64 69 # mode = 1 : u et v -> 0 65 70 # mode = 2 : u et v -> zonal average 66 71 # mode = 3 : u, v et h -> zonale average 67 mode_top_bound= 172 mode_top_bound=3 68 73 # Coefficient for the sponge layer (value in topmost layer) 69 au_top_bound=1.e-4 70 # 74 tau_top_bound=1.e-4 75 76 # sponge layer parameters LMDZ.GENERIC style 77 callsponge=y 78 # mode_sponge ( 0: h -> h_mean , ucov -> 0 , vcov -> 0 79 # 1: h -> h_mean , ucov -> ucov_mean , vcov -> 0 80 # 2: h -> h_mean , ucov -> ucov_mean , vcov -> vcov_mean ) 81 mode_sponge=2 82 # nsponge: number of topmost atmospheric layers over which extends the sponge 83 nsponge=10 84 # tetasponge characteristic time scale (seconds) at topmost layer 85 # (time scale then doubles with decreasing layer index) 86 tetasponge=1.e4 87 71 88 ############################################### 72 89 ### Zoom parameters -
trunk/LMDZ.VENUS/deftank/gcm-96x96x50-notrac.def
r2279 r2581 56 56 # pupstart in Pa 57 57 dissip_pupstart=1.e4 58 ## Sponge layer 59 # 1: over the topmost 4 levels 60 # 2: over layers at pressures down to 100 times below the topmost layer pressure 61 iflag_top_bound=1 62 ## Sponge layer mode 58 59 ## Sponge layer 60 # 0: LMDZ.GENERIC style 61 # 1 and 2: LMDZ.EARTH style 62 # 1: in last 4 levels 63 # 2: in levels with pressure less than 100 times the last layer pressure 64 iflag_top_bound=0 65 66 ## sponge layer parameters LMDZ.EARTH style 67 ## Mode 63 68 # mode = 0 : no sponge 64 69 # mode = 1 : u et v -> 0 65 70 # mode = 2 : u et v -> zonal average 66 71 # mode = 3 : u, v et h -> zonale average 67 mode_top_bound= 172 mode_top_bound=3 68 73 # Coefficient for the sponge layer (value in topmost layer) 69 au_top_bound=1.e-4 70 # 74 tau_top_bound=1.e-4 75 76 # sponge layer parameters LMDZ.GENERIC style 77 callsponge=y 78 # mode_sponge ( 0: h -> h_mean , ucov -> 0 , vcov -> 0 79 # 1: h -> h_mean , ucov -> ucov_mean , vcov -> 0 80 # 2: h -> h_mean , ucov -> ucov_mean , vcov -> vcov_mean ) 81 mode_sponge=2 82 # nsponge: number of topmost atmospheric layers over which extends the sponge 83 nsponge=10 84 # tetasponge characteristic time scale (seconds) at topmost layer 85 # (time scale then doubles with decreasing layer index) 86 tetasponge=1.e4 87 71 88 ############################################### 72 89 ### Zoom parameters -
trunk/LMDZ.VENUS/deftank/gcm-96x96x78-chemistry.def
r2279 r2581 11 11 ## DEFAULT: dissip_period=0 , meaning dissip_period is automatically computed 12 12 ## (in practice it is =>25 in recent runs) 13 dissip_period= 113 dissip_period=5 14 14 ## dissipation operator to use (star or non-star) 15 15 lstardis=y … … 42 42 read_start=y 43 43 ## call physics every iphysiq dynamical steps 44 iphysiq= 544 iphysiq=10 45 45 ## runwith or without tracers 46 46 iflag_trac=1 … … 56 56 # pupstart in Pa 57 57 dissip_pupstart=10. 58 ## Sponge layer 59 # 1: over the topmost 4 levels 60 # 2: over layers at pressures down to 100 times below the topmost layer pressure 61 iflag_top_bound=1 62 ## Sponge layer mode 58 59 ## Sponge layer 60 # 0: LMDZ.GENERIC style 61 # 1 and 2: LMDZ.EARTH style 62 # 1: in last 4 levels 63 # 2: in levels with pressure less than 100 times the last layer pressure 64 iflag_top_bound=0 65 66 ## sponge layer parameters LMDZ.EARTH style 67 ## Mode 63 68 # mode = 0 : no sponge 64 69 # mode = 1 : u et v -> 0 … … 67 72 mode_top_bound=3 68 73 # Coefficient for the sponge layer (value in topmost layer) 69 au_top_bound=1.e-4 70 # 74 tau_top_bound=1.e-4 75 76 # sponge layer parameters LMDZ.GENERIC style 77 callsponge=y 78 # mode_sponge ( 0: h -> h_mean , ucov -> 0 , vcov -> 0 79 # 1: h -> h_mean , ucov -> ucov_mean , vcov -> 0 80 # 2: h -> h_mean , ucov -> ucov_mean , vcov -> vcov_mean ) 81 mode_sponge=2 82 # nsponge: number of topmost atmospheric layers over which extends the sponge 83 nsponge=10 84 # tetasponge characteristic time scale (seconds) at topmost layer 85 # (time scale then doubles with decreasing layer index) 86 tetasponge=1.e4 87 71 88 ############################################### 72 89 ### Zoom parameters -
trunk/LMDZ.VENUS/deftank/gcm-96x96x90-chemistry.def
r2465 r2581 21 21 niterh=2 22 22 ## dissipation time scale (s) for shortest wavelengths for u,v (gradiv) 23 tetagdiv=3000 23 tetagdiv=3000. 24 24 ## dissipation time scale (s) for shortest wavelengths for u,v (nxgradrot) 25 tetagrot=4000 25 tetagrot=4000. 26 26 ## dissipation time scale (s) for shortest wavelengths for u,v (divgrad) 27 tetatemp=4000 27 tetatemp=4000. 28 28 ## coefficient for gamdissip 29 29 coefdis=0. … … 44 44 iphysiq=10 45 45 ## runwith or without tracers 46 iflag_trac= 046 iflag_trac=1 47 47 ## run with or without stratosphere // i.e. a sponge layer and secondary 48 48 ## higher altitude level of horizontal dissipation -
trunk/LMDZ.VENUS/deftank/gcm.def
r2279 r2581 56 56 # pupstart in Pa 57 57 dissip_pupstart=1.e4 58 ## Sponge layer 59 # 1: over the topmost 4 levels 60 # 2: over layers at pressures down to 100 times below the topmost layer pressure 61 iflag_top_bound=1 62 ## Sponge layer mode 58 59 ## Sponge layer 60 # 0: LMDZ.GENERIC style 61 # 1 and 2: LMDZ.EARTH style 62 # 1: in last 4 levels 63 # 2: in levels with pressure less than 100 times the last layer pressure 64 iflag_top_bound=0 65 66 ## sponge layer parameters LMDZ.EARTH style 67 ## Mode 63 68 # mode = 0 : no sponge 64 69 # mode = 1 : u et v -> 0 65 70 # mode = 2 : u et v -> zonal average 66 71 # mode = 3 : u, v et h -> zonale average 67 mode_top_bound= 172 mode_top_bound=3 68 73 # Coefficient for the sponge layer (value in topmost layer) 69 au_top_bound=1.e-4 70 # 74 tau_top_bound=1.e-4 75 76 # sponge layer parameters LMDZ.GENERIC style 77 callsponge=y 78 # mode_sponge ( 0: h -> h_mean , ucov -> 0 , vcov -> 0 79 # 1: h -> h_mean , ucov -> ucov_mean , vcov -> 0 80 # 2: h -> h_mean , ucov -> ucov_mean , vcov -> vcov_mean ) 81 mode_sponge=2 82 # nsponge: number of topmost atmospheric layers over which extends the sponge 83 nsponge=10 84 # tetasponge characteristic time scale (seconds) at topmost layer 85 # (time scale then doubles with decreasing layer index) 86 tetasponge=1.e4 87 71 88 ############################################### 72 89 ### Zoom parameters
Note: See TracChangeset
for help on using the changeset viewer.