- 积分
- 38
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2023-9-25
- 最后登录
- 1970-1-1
|
发表于 2026-8-28 10:04:48
|
显示全部楼层
cat ./options/RELEASES
***************************************************************************************************************
* *
* *
* *
* Input file for the Lagrangian particle dispersion model FLEXPART *
* Please select your options *
* *
* *
* *
***************************************************************************************************************
&RELEASES_CTRL
NSPEC = 1, ! Total number of species
SPECNUM_REL= 24, ! Species numbers in directory SPECIES
/
&RELEASE ! For each release
IDATE1 = 20180810, ! Release start date, YYYYMMDD: YYYY=year, MM=month, DD=day
ITIME1 = 000000, ! Release start time in UTC HHMISS: HH hours, MI=minutes, SS=seconds
IDATE2 = 20180810, ! Release end date, same as IDATE1
ITIME2 = 180000, ! Release end time, same as ITIME1
LON1 = -180.000, ! Left longitude of release box -180 < LON1 <180
LON2 = 180.000, ! Right longitude of release box, same as LON1
LAT1 = -90.000, ! Lower latitude of release box, -90 < LAT1 < 90
LAT2 = 90.000, ! Upper latitude of release box same format as LAT1
Z1 = 50.000, ! Lower height of release box meters/hPa above reference level
Z2 = 10000.000, ! Upper height of release box meters/hPa above reference level
ZKIND = 1, ! Reference level 1=above ground, 2=above sea level, 3 for pressure in hPa
MASS = 1.0000E0, ! Total mass emitted, only relevant for fwd simulations
PARTS = 5500000, ! Total number of particles to be released
COMMENT = "RELEASE 1", ! Comment, written in the outputfile
/
root@sue:/usr/local/softwares/flexpart-v11# grep -E "IBDATE|IBTIME|IEDATE|IETIME" ./options/COMMAND
IBDATE= 20180801, ! Start date of the simulation ; YYYYMMDD: YYYY=year, MM=month, DD=day
IBTIME= 000000, ! Start time of the simulation ; HHMISS: HH=hours, MI=min, SS=sec; UTC
IEDATE= 20180811, ! End date of the simulation ; same format as IBDATE
IETIME= 000000, ! End time of the simulation ; same format as IBTIME
root@sue:/usr/local/softwares/flexpart-v11# ./src2/FLEXPART
Welcome to FLEXPART Version 11.0 (2023-07-11)
Git: undefined
FLEXPART is free software released under the GNU General Public License.
FLEXPART is running with METER coordinates.
----------------
INFORMATION: SUBGRIDSCALE TERRAIN EFFECT IS
NOT PARAMETERIZED DURING THIS SIMULATION.
----------------
Switch for LCM output LCMOUTPUT = F
*********** WARNING **********************************
* FLEXPART running in parallel mode *
* Number of uncertainty classes in *
* set to number of threads: 1 *
* All other computations are done with 20 threads. *
*******************************************************
FLEXPART WARNING: TIME DIFFERENCE BETWEEN TWO
WIND FIELDS IS BIG. THIS MAY CAUSE A DEGRADATION
OF SIMULATION QUALITY.
NCEP metdata detected
NXSHIFT is set to 0
Vertical levels in NCEP data: 37 37
Mother domain:
Longitude range: -180.00 180.00 Grid distance: 0.50
Latitude range : -90.00 90.00 Grid distance: 0.50
Number of reagents: 1
Reagent names: OH
Reagent units:
Releasepoints : 1
reading SPECIES 24
Particle shape SPHERE for particle 24
readspecies: preactions =
Reaction rates for AIRTRACER :
OH : C, D, N = 0.00000000 0.00000000 0.00000000
SPECIES: 24 AIRTRACER (GAS)
Wet removal for gases is turned: OFF
Dry deposition for gases is turned: OFF
Below-cloud scavenging: OFF
In-cloud scavenging: OFF
Particles released (numpartmax): 5500000
Total mass released: 1.0000000E+00
Allocating fields for global output (x,y): 359 180
totals: species = AIRTRACER
Concentrations are calculated using kernel
WARNING: turbulence switched off.
Simulated 0.0 hours ( 0 s), 0 particles
Time: 0 seconds. Total spawned: 0 alive: 0 terminated: 0
Write header, nspec,numpart,totpart: 1 0 5500000
Writing Initialised heightlevels to file:/mnt/c/Users/10490/Desktop/output/heightlevels.bin
NCEP fields: using relative humidity for cloud identification
NCEP fields: using relative humidity for cloud identification
Global domain: T
Allocating 6050000 particles 0 0 0
Finished allocation
Atm. mass: 0.00000000
Total number of particles at model start: 0
Maximum number of particles per column: 0
If 0.00000000 <1, better use more particles
Time: -900 seconds. Total spawned: 0 alive: 0 terminated: 0
Time: -1800 seconds. Total spawned: 0 alive: 0 terminated: 0
Time: -2700 seconds. Total spawned: 0 alive: 0 terminated: 0
Time: -3600 seconds. Total spawned: 0 alive: 0 terminated: 0
是在的耶,搞不明白了 |
|