Changeset 2525 for trunk/LMDZ.MARS/util/simu_MCS.F90
- Timestamp:
- May 26, 2021, 12:20:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/simu_MCS.F90
r2443 r2525 155 155 integer :: nbvar ! nb of variables that will be processed 156 156 logical :: var_ok ! is this variable to be processed? 157 logical :: dustok1,dustok2,dustok3,wiceok = .false.! is it possible to compute opacities and how?157 logical :: dustok1,dustok2,dustok3,wiceok ! is it possible to compute opacities and how? 158 158 character(len=64) :: GCMvarname,OBSvarname,outvarname ! name of the variables 159 159 integer :: nbdim ! nb of dimensions of a variable … … 539 539 ! 2.1.1 Read the GCM variables 540 540 !================================================================ 541 ! Initialize logicals 542 dustok1 = .false. 543 dustok2 = .false. 544 dustok3 = .false. 545 wiceok = .false. 546 541 547 ! Get nbvarfile (total number of variables in the GCM file) 542 548 status=NF90_INQUIRE(gcmfid,nVariables=nbvarfile)
Note: See TracChangeset
for help on using the changeset viewer.