<div dir="ltr"><div>Dear all,</div><div><br></div><div>              I am running the BLING package coupled with MITgcm. I want to relax (same data every 5th day) certain biochemical tracers (nitrate,phosphate,silicate,DO,total biomass) both at the open boundaries (from k=1:48) and the entire domain surface(k=1). I created an rbcs mask (rbcsmaskbs.bin) with value 1 at open boundaries (all vertical levels) and at surface, remaining everywhere it is 0. As I want to relax only 5 tracers out of total 9, in RBCS_SIZE.h I kept the parameter(maskLEN = 5). My data.rbcs is as below. Kept period and forcing cycle 1 day as there is only one time record and it repeats the same data everyday. The number 3,4,5,9,10 corresponds to the order of ptracers in which it is specified in data.ptracer file. Am I doing it correctly ? <br></div><div><br></div><div>data.rbcs<br></div><div># RBCS package parameters:<br> &RBCS_PARM01<br>   relaxMaskFile(3)='rbcsmaskbs.bin',<br>   relaxMaskFile(4)='rbcsmaskbs.bin',<br>   relaxMaskFile(5)='rbcsmaskbs.bin',<br>   relaxMaskFile(9)='rbcsmaskbs.bin',<br>   relaxMaskFile(10)='rbcsmaskbs.bin',<br>   rbcsForcingPeriod=86400.<br>   rbcsForcingCycle=86400.<br> &<br><br># RBCS for pTracers (read this namelist only when ptracers pkg is compiled)<br> &RBCS_PARM02<br>  useRBCptrnum(3)    = .TRUE.,<br>  useRBCptrnum(4)    = .TRUE.,<br>  useRBCptrnum(5)    = .TRUE.,<br>  useRBCptrnum(9)    = .TRUE.,<br>  useRBCptrnum(10)   = .TRUE.,<br>  tauRelaxPTR(3)     = 432000.,<br>  tauRelaxPTR(4)     = 432000.,<br>  tauRelaxPTR(5)     = 432000.,<br>  tauRelaxPTR(9)     = 432000.,<br>  tauRelaxPTR(10)    = 432000.,<br>  relaxPtracerFile(3)='o2-jul-NIO-bsmask.bin',<br>  relaxPtracerFile(4)='no3-jul-NIO-bsmask.bin',<br>  relaxPtracerFile(5)='po4-jul-NIO-bsmask.bin',<br>  relaxPtracerFile(9)='sio2-jul-NIO-bsmask.bin',<br>  relaxPtracerFile(10)='phyto-jul-NIO-bsmask.bin',<br> &</div><div><br></div><div>Remya.R</div><div>IIT Delhi<br></div></div>