Changeset 78e62dc in flexpart.git for src/readOHfield.f90


Ignore:
Timestamp:
May 12, 2015, 12:28:19 PM (9 years ago)
Author:
flexpart <>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
0f20c31
Parents:
2f8635b
Message:

New OH parameter in SPECIES files (now 3 instead of 2). New path to OH binariy files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readOHfield.f90

    r8a65cb0 r78e62dc  
    4646  use com_mod
    4747
    48 
    4948  implicit none
    5049
     
    6968    ! open netcdf file
    7069    write(mm,fmt='(i2.2)') m
    71     thefile=trim(path(1))//'OH_FIELDS/'//'geos-chem.OH.2005'//mm//'01.nc'
     70!    thefile=trim(path(1))//'OH_FIELDS/'//'geos-chem.OH.2005'//mm//'01.nc'
     71    thefile=trim(ohfields_path)//'OH_FIELDS/'//'geos-chem.OH.2005'//mm//'01.nc'
    7272    ierr=nf_open(trim(thefile),NF_NOWRITE,nid)
    7373    if(ierr.ne.0) then
     
    163163
    164164  ! open netcdf file
    165   thefile=trim(path(1))//'OH_FIELDS/jrate_average.nc'
     165!  thefile=trim(path(1))//'OH_FIELDS/jrate_average.nc'
     166  thefile=trim(ohfields_path)//'OH_FIELDS/jrate_average.nc'
    166167  ierr=nf_open(trim(thefile),NF_NOWRITE,nid)
    167168  if(ierr.ne.0) then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG