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


Ignore:
Timestamp:
2009-10-30T11:46:10+01:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v26 v27  
    1919    * in modipsl/config/ORCA2_LIM/IGCM00/COMP/'''opa9.card''': 
    2020 
    21  1. Interannual_Run='''y''' [[BR]] 
    22  
     21 {{{ 
     22Interannual_Run='''y''' [[BR]] 
     23 }}} 
     24  
    2325 2. List Surface Boundary Condition original files name ( get by the job ) [[BR]] 
    2426 
    25  '''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)[[BR]] 
     27 {{{ 
     28 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) 
     29 }}} 
    2630 
    2731 '''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]] 
     
    2933 3. List Surface Boundary Condition files name expected by NEMO ( same as the ones in namelist ) [[BR]] 
    3034 
    31  '''List_runsbc'''=(qlw_core, qsw_core, q2_core, t2_core, u10_core, v10_core, snow_core, precip_core) 
    32  
     35 {{{ 
     36 List_runsbc=(qlw_core, qsw_core, q2_core, t2_core, u10_core, v10_core, snow_core, precip_core) 
     37 }}} 
    3338 '''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! 
    3439 
     
    3742 4. Activation of bulk core formulae in Surface Boundary Condition function ( namsbc ) 
    3843 
     44 {{{ 
    3945 ln_blk_core = .true.  [[BR]] 
    4046 (and ln_blk_clio = .false.) 
     47 }}} 
    4148 
    4249    * in modipsl/config/ORCA2_LIM/IGCM00/'''config.card''': 
     
    4451 5. Change CalendarType and PerdioLenght  
    4552 
    46  !CalendarType=noleap 
    47  !PeriodLength=1M 
     53 {{{ 
     54 CalendarType=noleap 
     55 PeriodLength=1M 
     56 }}} 
    4857 
    4958 (note: 29/10/2009 probably now we can do also !PeriodLenght=1Y, tested by Sebastien Masson with option -1 in ioipsl) 
    5059 
    5160 6. Rebuild job 
    52  modipsl/util/ins_job 
    5361 
     62{{{ 
     63  cd modipsl 
     64  ./util/ins_job 
     65}}} 
    5466 (note: 29/10/2009 probably now we can do also !PeriodLenght=1Y, tested by Sebastien Masson with option -1 in ioipsl) 
    55   
    56  
    57  ln_blk_core = .true.  [[BR]] 
    58  (and ln_blk_clio = .false.) 
    5967 
    6068 
     
    6371    * in modipsl/config/ORCA2_LIM/IGCM00/COMP/opa9.card you have to : 
    6472  
    65  1. Interannual_Run='''n''' [[BR]] 
     73 {{{ 
     74 Interannual_Run='''n'''  
     75 }}} 
    6676 
    6777 2. List Surface Boundary Condition original files name ( get by the job ) [[BR]] 
    6878 
    69  '''List_jobsbc'''=(flx, taux_1m, tauy_1m)[[BR]] 
     79 {{{ 
     80 List_jobsbc'''=(flx, taux_1m, tauy_1m) 
     81 }}} 
    7082 
    7183 '''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]] 
     
    7385 3. List Surface Boundary Condition files name expected by NEMO ( same as the ones in namelist ) [[BR]] 
    7486 
    75  '''List_runsbc'''=() 
     87 {{{ 
     88 List_runsbc'''=() 
     89 }}} 
    7690 
    7791 '''NOTA BENE''' : List_runsbc=() this means that List_runsbc=List_jobsbc=(flx, taux_1m, tauy_1m) and in this case it is ok. If you prefer you can put also List_runsbc=(flx, taux_1m, tauy_1m); is exactly the same thing. 
     
    8195 4. Activation of bulk clio formulae in Surface Boundary Condition function ( namsbc ) 
    8296 
     97 {{{ 
    8398 ln_blk_clio = .true.  
    8499 (and ln_blk_core = .false.) 
    85   
     100 }}} 
     101 
    86102    * in modipsl/config/ORCA2_LIM/IGCM00/'''config.card''': 
    87103 
    88104 5. Change CalendarType and PerdioLenght  
    89105 
    90  !CalendarType=360d 
    91  !PeriodLength=1Y 
     106 {{{ 
     107 CalendarType=360d 
     108 PeriodLength=1Y 
     109 }}} 
    92110 
    93111 6. Rebuild job 
    94  modipsl/util/ins_job 
     112 
     113{{{ 
     114  cd modipsl 
     115  ./util/ins_job 
     116}}}