/[MITgcm]/MITgcm/pkg/exf/exf_readparms.F
ViewVC logotype

Diff of /MITgcm/pkg/exf/exf_readparms.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.71 by jmc, Thu Jan 5 23:41:51 2012 UTC revision 1.72 by heimbach, Thu Apr 19 16:06:43 2012 UTC
# Line 144  c     Surface flux data. Line 144  c     Surface flux data.
144       &  exf_outscal_hflux,  exf_outscal_ustress, exf_outscal_vstress,       &  exf_outscal_hflux,  exf_outscal_ustress, exf_outscal_vstress,
145       & exf_outscal_swflux,  exf_outscal_sst,     exf_outscal_sss,       & exf_outscal_swflux,  exf_outscal_sst,     exf_outscal_sss,
146       &  exf_outscal_sflux,  exf_outscal_apressure,       &  exf_outscal_sflux,  exf_outscal_apressure,
147         & exf_inscal_areamask, exf_outscal_areamask,
148       &  hfluxconst, atempconst, aqhconst, sfluxconst, evapconst,       &  hfluxconst, atempconst, aqhconst, sfluxconst, evapconst,
149       &  precipconst, snowprecipconst, runoffconst, ustressconst,       &  precipconst, snowprecipconst, runoffconst, ustressconst,
150       &  vstressconst, uwindconst, vwindconst, wspeedconst, swfluxconst,       &  vstressconst, uwindconst, vwindconst, wspeedconst, swfluxconst,
# Line 617  c     Input scaling factors. Line 618  c     Input scaling factors.
618        exf_inscal_climsss   =  1. _d 0        exf_inscal_climsss   =  1. _d 0
619        exf_inscal_climustr  =  1. _d 0        exf_inscal_climustr  =  1. _d 0
620        exf_inscal_climvstr  =  1. _d 0        exf_inscal_climvstr  =  1. _d 0
621          exf_inscal_areamask  =  1. _d 0
622    
623  c     Output scaling factors.  c     Output scaling factors.
624        exf_outscal_hflux    =  1. _d 0        exf_outscal_hflux    =  1. _d 0
# Line 627  c     Output scaling factors. Line 629  c     Output scaling factors.
629        exf_outscal_sst      =  1. _d 0        exf_outscal_sst      =  1. _d 0
630        exf_outscal_sss      =  1. _d 0        exf_outscal_sss      =  1. _d 0
631        exf_outscal_apressure=  1. _d 0        exf_outscal_apressure=  1. _d 0
632          exf_outscal_areamask =  1. _d 0
633    
634  #ifdef USE_EXF_INTERPOLATION  #ifdef USE_EXF_INTERPOLATION
635  C--   set default input location to match (in case of simple Lat-Lonp grid)  C--   set default input location to match (in case of simple Lat-Lonp grid)

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

  ViewVC Help
Powered by ViewVC 1.1.22