New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM/change_BC (diff) – NEMO

Changes between Version 45 and Version 46 of user/flavoni/libIGCM/change_BC


Ignore:
Timestamp:
2011-02-01T16:35:43+01:00 (13 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM/change_BC

    v45 v46  
    1616 
    1717'''from nemo version 3_3 ''' : 
     18 
    1819When you download NEMOGCM [[BR]] 
    1920by default you have a configuration with climatological forcing, bulk core formulae, ofrcing files COREII, not common account of IPSL is used. 
     
    2526you have to : 
    2627 
    27     * in modipsl/config/ORCA2_LIM/IGCM00/COMP/'''opa9.card''': 
     28    * in ORCA2_LIM/IGCM00/COMP/'''opa9.card''': 
    2829 
    2930 0. if you don't use IPSL's common accout you have to comment line: 
     
    9293 1. Choose climatological run [[BR]] 
    9394 
    94     * in modipsl/config/ORCA2_LIM/IGCM00/COMP/opa9.card you have to : 
     95    * in ORCA2_LIM/IGCM00/COMP/opa9.card you have to : 
    9596  
    9697 {{{ 
     
    9899 }}} 
    99100 
    100  2. List Surface Boundary Condition original files name ( get by the job ) [[BR]] 
     101 2. List Surface Boundary Condition original files name ( got by the job ) [[BR]] 
    101102 
    102103 {{{ 
     
    104105 }}} 
    105106 
    106  '''NOTA BENE : ''' It is very important to control variable name in netcdf files. In namelist you have to put same variable name that you have in netcdf files.[[BR]] 
    107  
    108  
    109     * in modipsl/config/ORCA2_LIM/IGCM00/PARAM/namelist : 
     107 '''NOTE : ''' It is very important to control variable name in netcdf files. In namelist you have to put same variable name that you have in netcdf files.[[BR]] 
     108 
     109 
     110    * in ORCA2_LIM/IGCM00/PARAM/namelist : 
    110111 
    111112 3. Activation of bulk clio formulae in Surface Boundary Condition function ( namsbc ) 
     
    116117 }}} 
    117118 
    118     * in modipsl/config/ORCA2_LIM/IGCM00/'''config.card''': 
     119    * in ORCA2_LIM/IGCM00/'''config.card''': 
    119120 
    120121 4. Change CalendarType and PeriodLength  
     
    126127 
    127128 5. Rebuild job 
     129  
     130 '''for nemo version v_3_3''' 
     131 
     132{{{ 
     133  cd NEMOGCM/EXTERNAL 
     134  ./util/ins_job 
     135}}} 
     136 
     137 '''till nemo version v_3_2_2''' 
    128138 
    129139{{{ 
     
    147157 }}} 
    148158 
    149  '''NOTA BENE : ''' It is very important to control variable name in netcdf files. In namelist you have to put exactly the same variable name that you have in netcdf files. [[BR]] 
    150  
    151  
    152     * in modipsl/config/ORCA2_LIM/IGCM00/PARAM/'''namelist''' : 
     159 '''NOTE : ''' It is very important to control variable name in netcdf files. In namelist you have to put exactly the same variable name that you have in netcdf files. [[BR]] 
     160 
     161 
     162    * in ORCA2_LIM/IGCM00/PARAM/'''namelist''' : 
    153163 
    154164 3. Activation of bulk core formulae in Surface Boundary Condition function ( namsbc ) 
     
    181191 
    182192 
    183     * in modipsl/config/ORCA2_LIM/IGCM00/'''config.card''': 
     193    * in ORCA2_LIM/IGCM00/'''config.card''': 
    184194 
    185195 5. Change CalendarType and PerdioLenght  
     
    194204 
    195205 6. Rebuild job 
     206  
     207 '''for nemo version v_3_3''' 
     208 
     209{{{ 
     210  cd NEMOGCM/EXTERNAL 
     211  ./util/ins_job 
     212}}} 
     213 
     214 '''till nemo version v_3_2_2''' 
    196215 
    197216{{{ 
     
    199218  ./util/ins_job 
    200219}}} 
     220