Blame | Last modification | View Log | Download | RSS feed
BEGIN DATADATE = 20060116_18; ! Date for case studyINP_DIR = /lhome/sprenger/PV_Inversion_Tool/real/inp; ! Input directoryRUN_DIR = /lhome/sprenger/PV_Inversion_Tool/real/run; ! Run directoryOUT_DIR = /lhome/sprenger/PV_Inversion_Tool/real/out; ! Output directoryEND DATABEGIN GRIDGEO_XMIN = -180.; ! Geographical grid in zonal directionGEO_NX = 361 ;GEO_DX = 1.;GEO_YMIN = 0.; ! Geographical grid in meridional directionGEO_NY = 91 ;GEO_DY = 1.;GEO_ZMIN = 0.; ! Vertical levels ( ZMIN and DZ in [m] )GEO_NZ = 125 ;GEO_DZ = 200.;ROT_NX = 250 ; ! Rotated grid ( DX and DY in [deg] )ROT_NY = 250 ;ROT_DX = 0.25;ROT_DY = 0.25;CLON = -65.; ! Longitude, latitude [deg] and angle of rotated gridCLAT = 45.;CROT = 0.;REF_R = 500.; ! Radius for reference radius; -1 if whole domain)END GRIDBEGIN ANOMALYBOX_XMIN = -1200.; ! Box where to apply the digital filterBOX_XMAX = 1200.;BOX_YMIN = -1200.;BOX_YMAX = 1200.;BOX_ZMIN = 2000.;BOX_ZMAX = 10000.;NFILTER = 5 ; ! Number of filter iterations;BOUND_XY = 500.; ! Transition zone for horizontal boundaries ( in [km] )BOUND_Z = 500.; ! Transition zone for vertical boundaries ( in [m] )END ANOMALYBEGIN NUMERICSALPHA = 0.5; ! Adjustment factor after one iteration stepNOFITER = 6; ! Number of "external" iterationsSAVEITER = no; ! Flag whether to save iteration stepsTRANS_XY = 500.; ! Smooth transition zone (in km) for back-insertion into P filePS_CHANGE = 0.0; ! Allow (1.0), do not allow (0.0), or fractionally allow (0<x<1) changes in surface pressureEND NUMERICS