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
m
Ligne 3: Ligne 3:
 
<br>  
 
<br>  
  
To use the old model libraries (the ones we used on phase1) build your executables with:
+
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> '''  
 
'''&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> '''  
Ligne 9: Ligne 9:
 
The executables, which will get created with the commands above, will NOT have the correct name. You have to change it afterwards:  
 
The executables, which will get created with the commands above, will NOT have the correct name. You have to change it afterwards:  
  
'''&nbsp;&nbsp;&nbsp; mv&nbsp; maingemclim_p64dm_Linux_x86-64_3.3.3.1.Abs&nbsp; maingemclimdm_Linux_x86-64_3.3.3.1.Abs<br>&nbsp;&nbsp;&nbsp; mv&nbsp; maingemclim_p64ntr_Linux_x86-64_3.3.3.1.Abs &nbsp; maingemclimntr_Linux_x86-64_3.3.3.1.Abs'''  
+
'''&nbsp;&nbsp;&nbsp; cp maingemclim_p64dm_Linux_x86-64_3.3.3.1.Abs maingemclimdm_Linux_x86-64_3.3.3.1.Abs<br>&nbsp; &nbsp; rm -f&nbsp; maingemclim_p64dm_Linux_x86-64_3.3.3.1.Abs<br>&nbsp; &nbsp; cp maingemclim_p64ntr_Linux_x86-64_3.3.3.1.Abs maingemclimntr_Linux_x86-64_3.3.3.1.Abs<br>&nbsp;&nbsp;&nbsp; rm -f maingemclim_p64ntr_Linux_x86-64_3.3.3.1.Abs'''  
  
 
<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
 
<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 depuis le 25 d'avril 2014 à 21:26



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:

    cp maingemclim_p64dm_Linux_x86-64_3.3.3.1.Abs maingemclimdm_Linux_x86-64_3.3.3.1.Abs
    rm -f  maingemclim_p64dm_Linux_x86-64_3.3.3.1.Abs
    cp maingemclim_p64ntr_Linux_x86-64_3.3.3.1.Abs maingemclimntr_Linux_x86-64_3.3.3.1.Abs
    rm -f maingemclim_p64ntr_Linux_x86-64_3.3.3.1.Abs


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