GEM 4.8.LTS usage
Matières
[cacher]GEM 4.8.LTS
how to access the software
. s.ssmuse.dot GEM/x/4.8.lts12 # as released by Environment Canada . s.ssmuse.dot GEM/x/4.8.lts12.u # UQAM version, also includes sps
how to create a 'vanilla' model executable
mkdir my_directory cd my_directory ouv_exp_gem rdemklink make dep make gemdm
how to create a modified model executable
mkdir my_directory cd my_directory ouv_exp_gem rdemklink make dep # add my own code make dep make obj make gemdm
how to create a 'coupled with nemo' model executable
mkdir my_directory cd my_directory ouv_exp_gem rdemklink make dep get_gem_nemo_cpl.sh make dep make obj make gemdm