Scripts em GrADS para a extração do centro do ciclone#18
Merged
daniloceano merged 1 commit intodaniloceano:mainfrom Mar 24, 2026
Merged
Scripts em GrADS para a extração do centro do ciclone#18daniloceano merged 1 commit intodaniloceano:mainfrom
daniloceano merged 1 commit intodaniloceano:mainfrom
Conversation
…, Lat, Lon), que são salvados em um arquivo track para logo ser utilizado no atmosbud na opção -t. Os códigos em GrADS .gs precisam como input um arquivo .nc (ou grib) com a variável de pressão reudizda ao nível do mar. Porém, pode ser configurada para extrair o ponto com menor vorticidade, altura geopotencial e configurar por níveis
Owner
|
Thank you @RonaldRN for the extreme valuable addition! :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pull Request introduces a set of GrADS scripts designed to extract and track the center of cyclones using sea level pressure fields.
The scripts allow both manual and automatic identification of cyclone centers, providing flexibility for different analysis workflows.
- Main Features
Extrair_coords_time-lat-lon.gs
User selects the cyclone center interactively
Extrair_coords_time-lat-lon_ciclone-automatico.gs
Script identifies the cyclone center automatically
cbarn.gs
Custom colorbar configuration for plotting
- Input Data
NetCDF file containing:
Sea Level Pressure (SLP), or other variables (vorticity, geopotential, etc)
- How to Use
Run in GrADS:
- Output
Generates a file:
track_ciclone
This file can be used for:
- Motivation
These scripts were developed to support practical activities in Synoptic Meteorology courses and to facilitate cyclone tracking using GrADS-based workflows.
The main objective is to generate the track_ciclone file, which serves as input for cyclone tracking within the ATMOS-BUD software.
- They aim to:
Simplify cyclone center identification
Provide reproducible analysis tools for students and researchers
Enable the generation of standardized track files for subsequent analysis in ATMOS-BUD