Hi everyone,
I’d like to follow up on this issue as I finally got my setup to run. The solution was a small modification of the ‘namelist_pisces_cfg’ file. In the original file provided in CROCO version 2.1.2 the definition of tracers is specified as:
&nampistrc ! tracers definition
!,
!
! ! name ! title of the field ! units
! ! ! !
! ! ! !
tracer(1) = 'DIC ’ , 'Dissolved inorganic Concentration ', ‘mmol/m3’
tracer(2) = ‘Alkalini’ , 'Total Alkalinity Concentration ', 'meq/m3 ’
tracer(3) = 'O2 ’ , 'Dissolved Oxygen Concentration ', ‘mmol/m3’
tracer(4) = 'CaCO3 ’ , 'Calcite Concentration ', ‘mmol/m3’
tracer(5) = 'PO4 ’ , 'Phosphate Concentration ', ‘mmol/m3’
tracer(6) = 'POC ’ , 'Small organic carbon Concentration ', ‘mmol/m3’
tracer(7) = 'Si ’ , 'Silicate Concentration ', ‘mmol/m3’
tracer(8) = 'PHY ’ , 'Nanophytoplankton Concentration ', ‘mmol/m3’
tracer(9) = 'ZOO ’ , 'Microzooplankton Concentration ', ‘mmol/m3’
tracer(10) = 'DOC ’ , 'Dissolved organic Concentration ', ‘mmol/m3’
tracer(11) = 'PHY2 ’ , 'Diatoms Concentration ', ‘mmol/m3’
tracer(12) = 'ZOO2 ’ , 'Mesozooplankton Concentration ', ‘mmol/m3’
tracer(13) = 'DSi ’ , 'Diatoms Silicate Concentration ', ‘mmol/m3’
tracer(14) = 'Fer ’ , 'Dissolved Iron Concentration ', ‘mmol/m3’
tracer(15) = 'BFe ’ , 'Big iron particles Concentration ', ‘mmol/m3’
tracer(16) = 'GOC ’ , 'Big organic carbon Concentration ', ‘mmol/m3’
tracer(17) = 'SFe ’ , 'Small iron particles Concentration ', ‘mmol/m3’
tracer(18) = 'DFe ’ , 'Diatoms iron Concentration ', ‘mmol/m3’
tracer(19) = 'GSi ’ , ‘Sinking biogenic Silicate Concentration’, ‘mmol/m3’
tracer(20) = 'NFe ’ , 'Nano iron Concentration ', ‘mmol/m3’
tracer(21) = 'NCHL ’ , 'Nano chlorophyl Concentration ', ‘mg/m3’
tracer(22) = 'DCHL ’ , 'Diatoms chlorophyl Concentration ', ‘mg/m3’
tracer(23) = 'NO3 ’ , 'Nitrates Concentration ', ‘mmol/m3’
tracer(24) = 'NH4 ’ , 'Ammonium Concentration ', ‘mmol/m3’
tracer(25) = 'LGW ’ , 'Ligands Concentration ', ‘mmol/m3’
/
I got my setup to run by deleting the line with tracer(25) (Ligands Concentration). I’m sorry if this seems like a trivial issue, but it was confusing for me since I did not define “key_ligand” in my cppdefs.h and I assumed that that tracer(25) will be ignored automatically. Am I correct in my understanding that certain modifications to the ‘namelist_pisces_ref’ and/or ‘namelist_pisces_cfg’ files may be necessary depending on the PISCES keys activated?
I would greatly appreciate any advice.
Lawrence