/[MITgcm]/MITgcm_contrib/darwin2/pkg/darwin/WAVEBANDS_PARAMS.h
ViewVC logotype

Diff of /MITgcm_contrib/darwin2/pkg/darwin/WAVEBANDS_PARAMS.h

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

revision 1.2 by jahn, Thu Aug 23 21:49:33 2012 UTC revision 1.3 by jahn, Tue Apr 16 20:21:57 2013 UTC
# Line 49  c n.b. local PARwl and PARwupl are assig Line 49  c n.b. local PARwl and PARwupl are assig
49       &         ,sf       &         ,sf
50  #endif  #endif
51  #ifdef DAR_CALC_ACDOM  #ifdef DAR_CALC_ACDOM
52       &         ,darwin_Sdom          ! used in acdom calculations       &         ,darwin_Sdom          ! slope parameter for aCDOM wavelength dependence
53         &         ,darwin_lambda_aCDOM  ! wavelength where aCDOM is given
54         &         ,darwin_aCDOM_fac     ! ratio of aCDOM to (aphy+aw) at darwin_lambda_aCDOM
55       &         ,excdom               ! CDOM exponent       &         ,excdom               ! CDOM exponent
56  #else  #else
57       &         ,acdom       &         ,acdom
# Line 57  c n.b. local PARwl and PARwupl are assig Line 59  c n.b. local PARwl and PARwupl are assig
59           COMMON/wavebands_params_i/ap_type           COMMON/wavebands_params_i/ap_type
60       &         ,pwaves       &         ,pwaves
61  #ifdef DAR_CALC_ACDOM  #ifdef DAR_CALC_ACDOM
62       &         ,nl450                ! what is this? used in acdom calculations       &         ,nlaCDOM              ! waveband index where aCDOM is given
63  #endif  #endif
64  #ifdef DAR_DIAG_ACDOM  #ifdef DAR_DIAG_ACDOM
65       &         ,darwin_diag_acdom_ilam    ! waveband to write to diagnostic       &         ,darwin_diag_acdom_ilam    ! waveband to write to diagnostic
# Line 79  c n.b. local PARwl and PARwupl are assig Line 81  c n.b. local PARwl and PARwupl are assig
81  #endif  #endif
82  #ifdef DAR_CALC_ACDOM  #ifdef DAR_CALC_ACDOM
83           _RL darwin_Sdom        ! used in acdom calculations           _RL darwin_Sdom        ! used in acdom calculations
84             _RL darwin_lambda_aCDOM  ! wavelength where aCDOM is given
85             _RL darwin_aCDOM_fac     ! ratio of aCDOM to (aphy+aw) at darwin_lambda_aCDOM
86           _RL excdom(tlam)         ! CDOM exponent           _RL excdom(tlam)         ! CDOM exponent
87           INTEGER nl450                ! what is this? it's the nl number for 450nm used in acdom calculations           INTEGER nlaCDOM        ! nl number where aCDOM is given used in acdom calculations
88  #else  #else
89           _RL acdom(tlam)           _RL acdom(tlam)
90  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22