Dear all,
In a CAM/WACCM module I would like to have available a variable read from a netcdf file (2d) - a surface boundary condition (flux), interpolated to the active atmosphere grid. From my understanding, it is possible to do that without explicitly calling netcdf routines, but just using the constituents module and namelists, and then accessing that variable by
However, I have not been successul yet by correctly putting this into the namelists. A short summary where I need to put it would be much appreciated.
thanks very much!!
Andreas (NCAR-HAO)
In a CAM/WACCM module I would like to have available a variable read from a netcdf file (2d) - a surface boundary condition (flux), interpolated to the active atmosphere grid. From my understanding, it is possible to do that without explicitly calling netcdf routines, but just using the constituents module and namelists, and then accessing that variable by
Code:
call cnst_get_ind('RN_FLUX', rn_flux)
However, I have not been successul yet by correctly putting this into the namelists. A short summary where I need to put it would be much appreciated.
thanks very much!!
Andreas (NCAR-HAO)