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 31 and Version 32 of user/flavoni/libIGCM/change_BC


Ignore:
Timestamp:
2009-12-01T11:04:08+01:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v31 v32  
    1212by default you have a configuration with climatological forcing, bulk clio formulae. 
    1313 
    14 === Change from climatolgy, bulk_clio to interannual, bulk_core (with DRAKKAR forcing files) === 
     14=== Change from climatolgical, bulk_clio to interannual, bulk_core (with DRAKKAR forcing files) === 
    1515 
    1616If you want to change forcing method to have an '''Interannaul''' run with '''bulk_core''' formulae [[BR]] 
     
    7070  
    7171 
    72 === Change from interannaul, bulk_core to climatolgy, bulk_clio === 
     72=== Change from interannaul, bulk_core to climatolgical, bulk_clio === 
    7373 
    7474 1. Choose climatological run [[BR]] 
     
    121121}}} 
    122122 
    123 === Change from climatolgy, bulk_clio to climatologicl, bulk_core (with CORE2 forcing files) === 
     123=== Change from climatolgical, bulk_clio to climatological, bulk_core (with CORE2 forcing files) === 
    124124 
    125125If you want to change forcing method to have a '''Climatological''' run with '''bulk_core''' formulae [[BR]] 
    126126you have to : 
    127127 
    128   
     128 '''NOTE''': if forcing files are not on ORCA2 grid you have to interpolate them. (see: http://www.nemo-ocean.eu/Using-NEMO/Pre-and-post-processing-packages/Pre-Processing/cdo-interpolation )  
     129 
    129130 1. List Surface Boundary Condition original files name ( get by the job ) [[BR]] 
    130131 
    131132 {{{ 
    132  List_jobsbc=(radlw_DFS4-ORCA2, radsw_DFS4-ORCA2, q2_DFS4-ORCA2, t2_DFS4-ORCA2, u10_DFS4-ORCA2, v10_DFS4-ORCA2, snow_DFS4-ORCA2, precip_DFS4-ORCA2) 
     133 List_jobsbc=(u_10.15JUNE2009_orca2, v_10.15JUNE2009_orca2, ncar_rad.15JUNE2009_orca2, t_10.15JUNE2009_orca2, q_10.15JUNE2009_orca2, ncar_precip.15JUNE2009_orca2) 
    133134 }}} 
    134135 
     
    138139 
    139140 {{{ 
    140  List_runsbc=(qlw_core, qsw_core, q2_core, t2_core, u10_core, v10_core, snow_core, precip_core) 
     141 List_runsbc=() 
    141142 }}} 
    142  '''NOTA BENE''' : If you leave List_runsbc=() this means that List_runsbc=List_jobsbc=(radlw_DFS4-ORCA2, radsw_DFS4-ORCA2, q2_DFS4-ORCA2, t2_DFS4-ORCA2, u10_DFS4-ORCA2, v10_DFS4-ORCA2, snow_DFS4-ORCA2, precip_DFS4-ORCA2) and in this case it CAN'T run because these are not same names that in the namelist! 
     143  
    143144 
    144145    * in modipsl/config/ORCA2_LIM/IGCM00/PARAM/'''namelist''': 
     
    158159 CalendarType=noleap 
    159160 PeriodLength=1M 
    160  R_BC=/path/directory/with/DFS4_files_and_sbc 
     161 R_BC=/path/directory/with/CORE2_climatological_interpolates_files_and_sbc 
    161162 }}} 
    162163 
    163  (note: '''DFS4_files_and_sbc directory has to have DFS4 forcing files, and boundary conditions files.''' [BR]] 
    164  In my directory I changed precip and snow file's names, because I removed suffix _12, to have same names for all variables) 
     164 (note: '''CORE2_climatological_interpolates_files_and_sbc directory has to have CORE2 climatological, interpolated forcing files, and boundary conditions files.''') 
    165165 
    166166 5. Rebuild job