Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0d56cc1
initial implementation
Oct 14, 2025
48f0d48
wip
Oct 14, 2025
cb05f5b
wip
Oct 14, 2025
9874557
add mesh var to preprocessing stages
Oct 16, 2025
7af0e7d
add mesh var to degrid and init
Oct 16, 2025
fac10c3
correct issue with mesh dir
Oct 16, 2025
29931e6
correct typo
Oct 16, 2025
1757b91
implementing atmos
Oct 16, 2025
b92bf06
wip
Oct 16, 2025
7724a7b
postprocessing
Oct 16, 2025
f014cbc
test wmo course working with ERA5 data and simulation 2007-06-22
Oct 29, 2025
98814e3
split make_degrib for GFS and ERA5 data
Oct 29, 2025
587fba4
add GFS and ERA5 options to preprocessing
Oct 29, 2025
5f022fd
finish options ERA5 and GFS
Oct 29, 2025
f092051
error in case simulation params not set
Oct 30, 2025
9d0adc1
add postprocessing on native grid
Oct 30, 2025
7b1286f
add sources for mesh generation and postprocessing on native MPAS grid
Oct 30, 2025
d25144f
small edits
Oct 30, 2025
b9e4412
keep data/ folder in vtx-mpas-meshes
Oct 30, 2025
1c763fd
create fixed/ in second step
Oct 30, 2025
a7561dd
wip
Oct 30, 2025
88aaf7e
add script to plot grid
Oct 30, 2025
484cf1b
wip
Oct 30, 2025
8a51bb1
edit setenv
Oct 30, 2025
ed30448
small change postproc script
Oct 30, 2025
6210f6a
wip
Oct 30, 2025
1fa318b
wip
Oct 30, 2025
baa10c7
change dir ERA5 data
Nov 3, 2025
1d90db5
remove plotting from create-mesh
Nov 3, 2025
36c2a74
wip
Nov 3, 2025
7ac3ded
change dir of Vtable.ECMWF
Nov 4, 2025
149f893
wip
Nov 4, 2025
9ef1dcd
add instructions
Nov 4, 2025
6efd791
wip instructions
Nov 4, 2025
6749147
small edits
Nov 4, 2025
cdc3728
wip
Nov 4, 2025
f2343b8
animate script
Nov 5, 2025
b22dda3
Merge branch 'feature/scripts-849-NF' of https://github.com/guilherme…
Nov 5, 2025
389ce78
change model run config
Nov 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ dataout
execs
.venv
scripts/GF_ConvPar_nml
sources
sources/MONAN-Model_release
sources/convert_mpas_release
sources/CGFD-USP-Create-Mesh/vtx-mpas-meshes/data/*
!sources/CGFD-USP-Create-Mesh/vtx-mpas-meshes/data/.gitkeep
run.*
*.pyc
Loading