Opened 5 years ago
Closed 5 years ago
#195 closed Support (invalid)
Help with input file and available
Reported by: | jaxelsson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | FP other | Version: | FLEXPART 9.0.2 |
Keywords: | Input, available, run command | Cc: |
Description
Hi!
I'm completely new to the Flexpart model, and I'm trying to modify an input file and write my available file. Would someone please have a look at it to see if it seems right?
I'm working with ERA5 data, how do I handle the fact that for each day I have three files, Pressure levels (plev), Forecast (fc), and Surface data (sfc)?
Each .grb file contains hours 00, 06, 12, 18 - how do I set up the available file right for that issue?
Should the input file or the available file be a .py or no specific?
I'm running Flexpart on Linux, and when compiled FLEXPART, my executable became just FLEXPART_GFORTRAN - should I write it as a .exe file or just let it not have a file descriptor?
To execute the code, is it simply:./FLEXPART_GFORTRAN Bwd1.input ?
Best regards,
Josefine
Attachments (2)
Change History (3)
Changed 5 years ago by jaxelsson
Changed 5 years ago by jaxelsson
comment:1 Changed 5 years ago by pesei
- Resolution set to invalid
- Status changed from new to closed
The purpose of the ticket system is to report bugs and feature requests. It may also be used for problems that arise in the use of FLEXPART and which are of interest for users in general. In particular, please don't use it for general Linux questions.
(To answer your question: To execute an executable file FLEXPART_GFORTRAN under Linux, type ./FLEXPART_GFORTRAN if your current working directory is where this file resides.)