MITgcm / gcmfaces

gcmfaces is a Matlab / Octave toolbox that handles gridded earth variables in generic fashion. Read more at:
http://gcmfaces.readthedocs.io/en/latest/
MIT License
24 stars 21 forks source link

change the default tile size in prep_flt_init.m #20

Open liu-ran opened 1 year ago

liu-ran commented 1 year ago

Hi, the code "prep_flt_init.m" set the tile size as 3030. But my llc540 simulation use the tile of 6060. So I should replace all "30" with "60" in the "prep_flt_init.m" to repare my initial flt files, am I right? Many thanks!