Input configuration file ======================== Common parameters ------------------ .. code-block:: bash #============================================================================================================ #|| || #|| +++++++ || #|| +++++++ +++++++ +++++++ +++++ + +++++++ + + || #|| ++++ + + + + + + + + + + + || #|| ++++++ + + + + +++++ +++++ + + + || #|| ++++++++ + + + + + + + + + + || #|| ++++++++++ +++++++ + + + + + + +++++++ + + || #|| +++++ +++++ <--------------------------------------------------------------> || #|| ++++ ++++ Cyclone TRACKing framework || #|| +++++ +++++ || #|| ++++++++++ || #|| +++++++++ CyTRACK is free under the terms of the GNU General Public license || #|| +++++++ EPhysLab (Environmental Physics Laboratory) || #|| +++++ Universidade de Vigo || #|| +++++++ contact: albenis.perez.alarcon@uvigo.es || #|| +++++++ || #============================================================================================================ #CYTRACK INPUT PARAMETERS. #For details use python python run_CyTrack -cth t #For run CyTrack use python run_CyTrack.py -pf cytrack_inputs #You can use your own input file following the instructions below #------------------------------------------------------------------------------------------------------------ #Print info during CyTrack runs ["True" / "False"]. Default value ['True'] verbose="True" #Cyclone Type ["TC"/"EC"/"MC/TLC"/"SC/"]. cyclone_type="EC" #============================================================================================================ #CyTRACK Source information #============================================================================================================ #Source of data ['WRF' / 'ERA5'] source="ERA5" #source of data for tracking cyclones path_data_source="path to data source" #Only for WRF: wrf_domain ['wrfout_d01','wrfout_d02'] wrfprefix="wrfout_d01" #Only for ERA5. The name of era5 files must be like this era_file_prefix_yyyymmdd_hh.nc or era_file_prefix_yyyymmddhh.nc. #CyTRACK will automatically download ERA5 upper files if they are not found. #Prefix in the name of era file. era_file_prefix="prefix_" #Format of the date in ERA5 file ['yyyymmdd_hh' / 'yyyymmddhh'] era_date_file_name='yyyymmdd_hh' #approximate data resolution in km model_res=30 #Search regions ['NA','SA','NP','SP','SI','NI','EP','WP','NH','SH','GL'] search_region="NA" #Search limits in the region [lonmin,latmin,lonmax,latmax] search_limits=[lonmin,latmin,lonmax,latmax] #------------------------------------------------------------------------------------------------------------- #Including upper parameters to evaluate the cyclone thermal structure #Only if source = ERA5 #------------------------------------------------------------------------------------------------------------- #Checking for upper level parameters ['yes' / 'no']. checking_upper_levels_parameters="yes" #Get VTL and VTU from linear regression. ["yes" / 'no']. Only if checking_upper_levels_parameters='yes' vtl_vtu_lr='yes' #Distance form storm center to compute cyclone phase space parameters. Only if Checking for upper level parameters = 'yes' max_dist=500 #path to upper level files. If source=WRF, set path_data_source_upper like to path_data_source path_data_source_upper="path to ERA5 upper level files" #Prefix for upper levels files. Only if source = ERA5. #The name of era5 upper files must be like this era_upperfile_prefix_yyyymmdd_hh.nc or era_upperfile_prefix_yyyymmddhh.nc #The date format will be the same as era_date_file_name #CyTRACK will automatically download ERA5 upper files if they are not found era_upperfile_prefix="upper_ERA5" ############################################################################# #if source=="CUSTOM", please, define the following parameters: ############################################################################# #Custom prefix in the name of custom source file. custom_file_prefix="uvmslp_ERA5" #Custom format of the date in ERA5 file ['yyyymmdd_hh' / 'yyyymmddhh'] custom_date_file_name='yyyymmdd_hh' #Custom prefix for upper levels files. Only if source = CUSTOM custom_upperfile_prefix="upper_ERA5" #Custom MSLP variable name custom_mslp_variable="msl" #Custom u-wind variable name custom_uwind_variable="u10" #Custom v-wind variable name custom_vwind_variable="v10" #Custom latitude_var_name custom_latitude_var="latitude" #Custom longitude_var_name custom_longitude_var="longitude" #Custom geopotential high variable name custom_geopotential_var_name="z" #Custom upper levels variable name custom_upper_level_variable_name="level" #Custom terrain_high_filename custom_terrain_high_filename="path to terrain high netcdf file" #custom terrain high variable name custom_terrain_high_var_name="z" #============================================================================================================ #CyTRACK date configuration #============================================================================================================ #Start date parameters [yyyy mm dd hh] begin_year="yyyy" begin_month="mm" begin_day="dd" begin_hour="hh" #End date parameters [yyyy mm dd hh] end_year="yyyy" end_month="mm" end_day="dd" end_hour="hh" #input file time_step, integer desde 1 hasta 6 dt_h=6 #Type of calendar in cyclone tracking. 365d to remove February 29. 366d to include February 29 calendar="365d" #============================================================================================================ #CyTRACK Output file information #============================================================================================================ #path to save CyTRACK outputs path_out="path to save CyTRACk outputs" #path to save temporal files nedeed for CyTRACK runs tmp_dir="path to save CyTRACK temporal files" #Remove tmp_dir ['yes' / 'no']. Default remove_tmp_dir='yes' remove_tmp_dir="no" Tracking tracking extratropical cyclones (ECs) ------------------------------------------------------------------- .. code-block:: bash #============================================================================================================ #CyTRACK DEFAUL VALUES EXTRATROPICAL CYCLONES (ECs) #============================================================================================================ #Minimum time (time steps) in which the detected cyclone satisfies the thermal structure determined by the cyclone phase space. Only necessary if checking_upper_levels_parameters="yes". #Default value=0. Set core_criteria_length=-99 to match the full trajectory. core_criteria_length=0 #Lower thermal wind threshold (VTL). Only necessary if checking_upper_levels_parameters="yes". #VTLVTL_threshold. Default VTL_threshold=0 VTL_threshold=0 #Upper thermal wind threshold (VTU). Only necessary if checking_upper_levels_parameters="yes". #VTUVTL_threshold. Default VTL_threshold=0 VTL_threshold=0 #Upper thermal wind threshold (VTU). Only necessary if checking_upper_levels_parameters="yes". #VTUVTL_threshold. Default VTL_threshold=0 VTL_threshold=0 #Upper thermal wind threshold (VTU). Only necessary if checking_upper_levels_parameters="yes". #VTUVTL_threshold. Default VTL_threshold=-50 VTL_threshold=-50 #Upper thermal wind threshold (VTU). Only necessary if checking_upper_levels_parameters="yes". #VTU