climatemodelling@gmx_com
Member
Hi, I have a code outline question regarding the data ocean model stream that is build via the docn.buildnml.csh script: Three file variables are defined in the script:A) mod_domfileB) dat_domfileC) dat_datfile, where file A) consists of the mask file on the respective grid used (e.g. gx3v7) and both file names B) and C) point to the same file by default, which includes all the forcing variables for the SOM (e.g. u,v,t,s...) and also another mask file (all variables including the mask in B+C are on a uniform 1x1 degree grid). My questions are:- Why are two pointers (B+C) used to read in the same file? It seems that the mask variable from (B+C) is nowhere used in the model. Instead the mask variable from (A) is used in the data ocean model subroutines. Am I missing a point in the code where the mask variable from (B+C) is used? Thank you very much!