Gemclim 3.3.3.1 old libraries : Différence entre versions
m (Created page with "<br> To use the old model libraries (the ones we used on phase1) build your executables with:<br> <br> ''' make RMN=rmn_013 MODEL=gemclim_p64 PHY="phy_p64 class_...") |
m |
||
Ligne 1: | Ligne 1: | ||
<br> | <br> | ||
+ | <br> | ||
+ | To use the old model libraries (the ones we used on phase1) build your executables with:<br> <br> ''' make RMN=rmn_013 MODEL=gemclim_p64 PHY="phy_p64 class_p64" gemclimdm<br> make RMN=rmn_013 MODEL=gemclim_p64 PHY="phy_p64 class_p64" gemclimntr<br> ''' | ||
− | + | The executables, which will get created with the commands above, will NOT have the correct name. You have to change it afterwards: | |
+ | |||
+ | ''' mv maingemclim_p64dm_Linux_x86-64_3.3.3.1.Abs maingemclimdm_Linux_x86-64_3.3.3.1.Abs<br> mv maingemclim_p64ntr_Linux_x86-64_3.3.3.1.Abs maingemclimntr_Linux_x86-64_3.3.3.1.Abs''' | ||
+ | |||
+ | <br> instead of using<br> make gemclim<br> resp.<br> make gemclimntr<br> make gemclimdm |
Version depuis le 10 d'avril 2014 à 20:32
To use the old model libraries (the ones we used on phase1) build your executables with:
make RMN=rmn_013 MODEL=gemclim_p64 PHY="phy_p64 class_p64" gemclimdm
make RMN=rmn_013 MODEL=gemclim_p64 PHY="phy_p64 class_p64" gemclimntr
The executables, which will get created with the commands above, will NOT have the correct name. You have to change it afterwards:
mv maingemclim_p64dm_Linux_x86-64_3.3.3.1.Abs maingemclimdm_Linux_x86-64_3.3.3.1.Abs
mv maingemclim_p64ntr_Linux_x86-64_3.3.3.1.Abs maingemclimntr_Linux_x86-64_3.3.3.1.Abs
instead of using
make gemclim
resp.
make gemclimntr
make gemclimdm