Gemclim 3.3.3.1 old libraries : Différence entre versions

Un article de Informaticiens département des sciences de la Terre et l'atmosphère
Aller à: navigation, charcher
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
 
(3 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1: Ligne 1:
 
<br>  
 
<br>  
  
 +
When creating an executable using the old libraries, the name of the executable created will be different and needs to be changed to the usual name afterwards.<br>Or you create a link before hand:
  
 +
'''&nbsp;&nbsp;&nbsp; ln -s maingemclimdm_Linux_x86-64_3.3.3.1.Abs maingemclim_p64dm_Linux_x86-64_3.3.3.1.Abs<br>&nbsp;&nbsp;&nbsp; ln -s maingemclimntr_Linux_x86-64_3.3.3.1.Abs maingemclim_p64ntr_Linux_x86-64_3.3.3.1.Abs'''
  
To use the old model libraries (the ones we used on phase1) build your executables with:<br> <br> '''&nbsp; &nbsp; make RMN=rmn_013 MODEL=gemclim_p64 PHY="phy_p64 class_p64" gemclimdm<br> &nbsp; &nbsp; make RMN=rmn_013 MODEL=gemclim_p64 PHY="phy_p64 class_p64" gemclimntr<br> '''<br> instead of <br> <br> &nbsp;&nbsp;&nbsp; make gemclim<br> resp.<br> &nbsp;&nbsp;&nbsp; make gemclimntr<br> &nbsp;&nbsp;&nbsp; make gemclimdm
+
 
 +
 
 +
To use the old model libraries (the ones we used on phase1) build your executables with:  
 +
 
 +
'''&nbsp; &nbsp; make RMN=rmn_013 MODEL=gemclim_p64 PHY="phy_p64 class_p64" gemclimdm<br> &nbsp; &nbsp; make RMN=rmn_013 MODEL=gemclim_p64 PHY="phy_p64 class_p64" gemclimntr<br> '''  
 +
 
 +
 
 +
 
 +
Instead of just using<br> &nbsp;&nbsp;&nbsp; make gemclim<br> resp.<br> &nbsp;&nbsp;&nbsp; make gemclimntr<br> &nbsp;&nbsp;&nbsp; make gemclimdm

Version actuelle datée du 14 de mai 2014 à 13:39


When creating an executable using the old libraries, the name of the executable created will be different and needs to be changed to the usual name afterwards.
Or you create a link before hand:

    ln -s maingemclimdm_Linux_x86-64_3.3.3.1.Abs maingemclim_p64dm_Linux_x86-64_3.3.3.1.Abs
    ln -s maingemclimntr_Linux_x86-64_3.3.3.1.Abs maingemclim_p64ntr_Linux_x86-64_3.3.3.1.Abs


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


Instead of just using
    make gemclim
resp.
    make gemclimntr
    make gemclimdm