Subversion Repositories tropofold.echam

Rev

Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 michaesp 1
! -*- f90 -*-
2
&CTRL
6 michaesp 3
file_input = 'example_netcdf_EMAC_20000101_fold.nc'
3 michaesp 4
file_output = 'test.nc' 
5
X_name = 'lon'  
6
Y_name = 'lat'  
7
Z_name = 'lev'  
8
T_name = 'time'  
9
APS_name = 'aps'  
10
HYAM_name = 'hyam'  
11
HYBM_name = 'hybm'  
12
Q_name = 'qm1'  
13
PV_name = 'PV' 
14
PT_name = 'tpot' 
15
/