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.
Changeset 3478 – NEMO

Changeset 3478


Ignore:
Timestamp:
2012-09-27T16:51:53+02:00 (12 years ago)
Author:
vichi
Message:

Updated namelist for GYRE_BFM

Location:
branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/CO2.nml

    r3399 r3478  
    3535&CO2_parameters 
    3636 
    37 ! Initial Partial pressure in the air 
    38    pco2air = 365.0D0 
     37! Initial Partial pressure in the air [1960: 315; 1990: 353] 
     38   AtmCO20 = 370.0E0, 
     39! Compute the partial pressure of Atmospheric CO2 
     40   calcAtmpCO2 = .FALSE. 
     41   pCO2Method = 1  ! 1=MixRatio*slp, 2=Magnus formula 
     42!-----------------------------------------------------------------------------------! 
     43! Read external data for atmospheric CO2 values 
     44          ! Read  !   File   ! NetCDF  !  Var    !  RefTime   ! Input      !   Time   ! 
     45          ! Input !   name   ! Logical !  name   !  yyyymmdd  ! Frequency  !  interp  ! 
     46ATMCO2_N =    0  , 'CMIP5_GHG_1765_2005.nc' , .TRUE.  , 'CO2'   , '1764-07-01 00:00' ,  'yearly'  ,  .TRUE. 
     47! Read external data for atmospheric SLP 
     48AtmSLP_N  =    0  , 'AtmSLP.nc' , .TRUE.  ,'AtmSLP' , '1764-07-01 00:00'  , 'dummy' ,  .TRUE. 
     49AtmTDP_N  =    0  , 'AtmTDP.nc' , .TRUE.  ,'AtmTDP' , '1764-07-01 00:00'  , 'dummy' ,  .TRUE. 
     50!-----------------------------------------------------------------------------------! 
     51 
    3952! Initial pH value 
    4053   phstart = 8.0D0 
     
    5770! MethodCalcCO2=3 Follows et al., Ocean Modelling 2006 
    5871      MethodCalcCO2 = 2 
    59  
     72! 
     73! Calcium ion concentration 
     74!     [from : "Seawater : Its composition, properties and behaviour" 
     75!      (2nd Edition), Open University Course Team, 1995] 
     76!     seawater concentration    = 412 mg / l 
     77!     atomic weight             = 40.078 g / mol 
     78!     therefore, concentration  = 10.279 mmol / l 
     79!                               = 10.279 mol / m3 
     80        Caconc0 = 10.279E0 
     81! Normalize Calcium ion concentration by sea water salinity 
     82        Canorm  = .TRUE. 
    6083/ 
    6184 
  • branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/Param.nml

    r3399 r3478  
    5555AssignAirPelFluxesInBFMFlag = .TRUE. 
    5656                      p_PAR = 0.40 
     57                       slp0 = 1013.25E0 
    5758               ChlLightFlag = 2 
    5859           LightForcingFlag = 1 
  • branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/bfm.nml

    r3399 r3478  
    5151    bfm_init = 0 
    5252   bio_setup = 1 
     53  bfm_rstctl = .FALSE. 
    5354   out_fname = 'BFM_NEMO' 
    5455     out_dir = '.' 
    5556   out_title = 'BFM' 
    5657   out_delta = 12  
     58   parallel_log = .TRUE. 
    5759/ 
    5860 
     
    106108&bfm_init_nml 
    107109   N1p0 = 1.0, 
    108    InitVar(3)%init = 0, 
    109    InitVar(3)%sbc  = .false., 
    110    InitVar(3)%cbc  = .false., 
    111    InitVar(3)%obc  = .false., 
    112110   N3n0 = 5.0, 
    113111   N4n0 = 1.0, 
     
    129127   R6c0 = 1.0, 
    130128   R7c0 = 1.0, 
     129   O3c0 = 27060.00, ![mgC /m3]  2200 umol/Kg 
     130   O3h0 = 2660.0,   ![mmol eq/m3]  2600 umol/Kg 
    131131/ 
    132132 
     
    139139!-------------------------------------------------------------------------! 
    140140&bfm_save_nml 
    141    ave_save = 'ETW','O2o', 
     141   ave_save = 'ETW','O2o','O3c','O3h', 
    142142          'EIR', 
    143143          'N1p', 
     
    180180          'qpPc(iiP3)', 
    181181          'qpPc(iiP4)', 
    182    'sunPI(iiP1)','sunPI(iiP2)','sunPI(iiP3)','sunPI(iiP4)' 
     182   'sunPI(iiP1)','sunPI(iiP2)','sunPI(iiP3)','sunPI(iiP4)', 
    183183/ 
    184184 
  • branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_top

    r3399 r3478  
    1212   nn_dttrc      =  1        !  time step frequency for passive sn_tracers       
    1313   nn_writetrc   =  360     !  time step frequency for sn_tracer outputs 
    14    ln_top_euler  = .false.   !  use Euler timestepping at first step (T) or not (F) 
     14   ln_top_euler  = .true.   !  use Euler timestepping at first step (T) or not (F) 
    1515   ln_rsttr      = .false.   !  start from a restart file (T) or not (F) 
    1616   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value 
     
    1919   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
    2020   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     21   ln_trcdta     =  .false.        !  Initialisation from data input file (T) or not (F) 
    2122! 
    2223!              !    name   !           title of the field              !   units    ! initial data ! save   ! 
  • branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/runscript

    r3399 r3478  
    1 #! /bin/sh -x 
     1#! /bin/sh  
    22 
    33#BSUB -a poe 
    4 #BSUB -J GYRE_BFM          # Name of the job. 
     4#BSUB -J GYRE_BFM         # Name of the job. 
    55#BSUB -o GYRE_BFM_%J.out  # Appends std output to file %J.out. 
    66#BSUB -e GYRE_BFM_%J.err  # Appends std error to file %J.out. 
    77#BSUB -P nemo 
    88#BSUB -q poe_short    # queue 
    9 #BSUB -n 4             # Number of CPUs 
    10 #BSUB -x  
     9#BSUB -n 4            # Number of CPUs 
     10##BSUB -x  
    1111###BSUB -R "span[ptile=32]" 
     12 
     13set -evx 
    1214 
    1315export MP_WAIT_MODE=poll 
     
    1921export MP_TASK_AFFINITY=core 
    2022 
    21 workdir="/data/ans017/EXPERIMENTS/GYRE_BFM" 
     23EXP="EXP00" 
     24 
     25workdir="/data/ans033/EXPERIMENTS/GYRE_BFM/${EXP}" 
    2226execdir=`pwd` 
    2327 
    24 cd $workdir 
     28if [ ! -d ${workdir} ] ; then 
     29  mkdir -p ${workdir} 
     30fi 
     31 
     32cd ${workdir} 
    2533rm -rf * 
     34# Copy files to exp folder 
     35cp ${execdir}/opa ./opa.x 
    2636cp ${execdir}/* ./ 
    2737 
    28 time mpirun.lsf opa 
     38# Launch the model 
     39 
     40time mpirun.lsf opa.x  
     41 
     42echo " ${EXP} DONEEE!!!" 
     43 
Note: See TracChangeset for help on using the changeset viewer.